1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Update tests/e2e/Services/Projects/ProjectsConsoleClientTest.php

Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
This commit is contained in:
Eldad A. Fux 2021-08-01 12:09:18 +03:00 committed by GitHub
parent aff747a9b8
commit 0685fec3a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -628,7 +628,7 @@ class ProjectsConsoleClientTest extends Scope
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertNotEmpty($response['body']['$id']);
$this->assertEquals(false, $response['body']['serviceStatusFor'.ucfirst($service)][$service]);
$this->assertEquals(false, $response['body']['serviceStatusFor'.ucfirst($service)]);
}
/**