Revert "Fix usage on DB Pools"

This commit is contained in:
Christy Jacob
2022-10-26 21:32:40 +05:30
committed by GitHub
parent 95b6d5d428
commit c2be54ca7f
6 changed files with 126 additions and 156 deletions
+1 -2
View File
@@ -163,8 +163,7 @@ class HTTPTest extends Scope
$response['body'] = json_decode($response['body'], true);
$this->assertEquals(200, $response['headers']['status-code']);
// looks like recent change in the validator
$this->assertTrue(empty($response['body']['schemaValidationMessages']));
$this->assertEmpty($response['body']['schemaValidationMessages']);
}
}