diff --git a/tests/e2e/General/UsageTest.php b/tests/e2e/General/UsageTest.php index 3e02ff1a2..c61603dc5 100644 --- a/tests/e2e/General/UsageTest.php +++ b/tests/e2e/General/UsageTest.php @@ -688,7 +688,7 @@ class UsageTest extends Scope 'async' => true, ]); - $this->assertEquals(201, $execution['headers']['status-code']); + $this->assertEquals(202, $execution['headers']['status-code']); $this->assertNotEmpty($execution['body']['$id']); $this->assertEquals($functionId, $execution['body']['functionId']);