Skip to content

Commit

Permalink
fix password for user1
Browse files Browse the repository at this point in the history
Signed-off-by: Timotheus Pokorra <timotheus.pokorra@solidcharity.com>
  • Loading branch information
tpokorra committed Jan 22, 2025
1 parent 94c7f4c commit ed0195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Api/ApiV3Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public function setUp(): void {
// Set up http Client for user user1
$this->httpUser1 = new Client([
'base_uri' => 'http://localhost:8080/ocs/v2.php/apps/forms/',
'auth' => ['user1', 'test'],
'auth' => ['user1', 'user1'],
'headers' => [
'OCS-ApiRequest' => 'true',
'Accept' => 'application/json'
Expand Down

0 comments on commit ed0195c

Please sign in to comment.