1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Update text to HTTP response changes

This commit is contained in:
Matej Baco 2021-12-22 09:08:37 +01:00
parent 1f32bd6367
commit 491b163b27

View file

@ -777,7 +777,7 @@ trait AccountBase
'prefs' => $prefsObject
]);
$this->assertEquals(400, $response['headers']['status-code']);
$this->assertEquals(500, $response['headers']['status-code']);
return $data;
}