[full-ci]Enforce pass by default. changed api tests (#7706)
* set enforce pass by default. change tests * fix tests * fix test
This commit is contained in:
@@ -56,7 +56,7 @@ class OcisConfigHelper {
|
||||
try {
|
||||
return $client->send($request);
|
||||
} catch (ConnectException $e) {
|
||||
throw new Error("Cannot connect to the ociswrapper at the moment, make sure that ociswrapper is running before proceeding with the test run.\n" . $e->getMessage());
|
||||
throw new \Error("Cannot connect to the ociswrapper at the moment, make sure that ociswrapper is running before proceeding with the test run.\n" . $e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user