We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d4349 commit 6445f4dCopy full SHA for 6445f4d
tests/ExecutorTest.php
@@ -550,7 +550,7 @@ public function testExecute(): void
550
/** Execute HEAD request */
551
$response = $this->client->call(Client::METHOD_HEAD, '/runtimes/test-exec-coldstart/executions');
552
553
- $this->assertEquals(200, $response['headers']['status-code']);
+ $this->assertEquals(404, $response['headers']['status-code']); // not found
554
// For HEAD requests, the body should be empty but headers should be present
555
$this->assertEmpty($response['body']);
556
$this->assertArrayHasKey('content-type', $response['headers']);
0 commit comments