Fix function tests

This commit is contained in:
Matej Bačo
2026-05-06 09:41:00 +02:00
parent f90f618bff
commit a286b78a0b
@@ -665,7 +665,6 @@ class FunctionsConsoleClientTest extends Scope
]);
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertEquals("TESTINGVALUEUPDATED_2", $response['body']['value']);
$longKey = str_repeat("A", 256);
$response = $this->client->call(Client::METHOD_PUT, '/functions/' . $functionId . '/variables/' . $variableId, array_merge([