PR reviews

This commit is contained in:
Matej Bačo
2026-01-06 15:18:22 +01:00
parent a37aa2dd68
commit d7bb234072
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
"utopia-php/locale": "0.8.*",
"utopia-php/logger": "0.6.*",
"utopia-php/messaging": "0.20.*",
"utopia-php/migration": "dev-chore-update-sdk-19 as 1.4.0",
"utopia-php/migration": "1.*.*",
"utopia-php/orchestration": "0.9.*",
"utopia-php/platform": "0.7.*",
"utopia-php/pools": "0.8.*",
+2 -2
View File
@@ -384,7 +384,7 @@ trait AccountBase
$this->assertEquals($account['headers']['status-code'], 201);
// 20 successful requests wont get blocked
// 20 successful requests won't get blocked
for ($i = 0; $i < 20; $i++) {
$session = $this->client->call(Client::METHOD_POST, '/account/sessions/email', array_merge([
'origin' => 'http://localhost',
@@ -412,7 +412,7 @@ trait AccountBase
$this->assertEquals($session['headers']['status-code'], 401);
}
// 11th request get limited
// 11th request gets limited
$session = $this->client->call(Client::METHOD_POST, '/account/sessions/email', array_merge([
'origin' => 'http://localhost',
'content-type' => 'application/json',