fix gitlab tests
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ class ApiFeatureFlagAndConfigurationDriftContractTest extends FullSurfaceE2ECont
|
||||
|
||||
$this->assertNoServerError($response, "$method $uri missing config");
|
||||
$this->assertControlled($response, $method, $uri);
|
||||
$this->assertStringNotContainsStringIgnoringCase('Trying to access array offset', $response->getContent(), $uri.' should not assume configuration rows exist.');
|
||||
$this->assertStringNotContainsStringIgnoringCase('Trying to access array offset', $response->getContent(), $uri . ' should not assume configuration rows exist.');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user