1
0
Fork 0
mirror of synced 2024-10-02 18:26:49 +13:00

fix error code

This commit is contained in:
Damodar Lohani 2023-02-14 06:07:06 +00:00
parent 637e4098be
commit 3f171fbdb9

View file

@ -83,7 +83,7 @@ class AccountCustomClientTest extends Scope
'failure' => 'http://localhost/v1/mock/tests/general/oauth2/failure',
]);
$this->assertEquals(500, $response['headers']['status-code']);
$this->assertEquals(412, $response['headers']['status-code']);
return [];
}