1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Fix missing var

This commit is contained in:
Jake Barnby 2023-08-22 23:39:38 -04:00
parent 08cc7e8c56
commit c30b5b1a77
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -882,6 +882,8 @@ class FunctionsCustomServerTest extends Scope
'activate' => true,
]);
$deploymentId = $deployment['body']['$id'] ?? '';
$this->assertEquals(202, $deployment['headers']['status-code']);
// Poll until deployment is built