[full-ci] ApiTests. enable auto accepting in api tests (#7477)
* enable auto accepting in test * go format
This commit is contained in:
@@ -86,8 +86,7 @@ class OcisConfigContext implements Context {
|
||||
* @throws GuzzleException
|
||||
*/
|
||||
public function theConfigHasBeenSetPathTo(string $configVariable, string $path): void {
|
||||
$path = UploadHelper::getUploadFilesDir($path);
|
||||
|
||||
$path = \dirname(__FILE__) . "/../../../" . $path;
|
||||
$this->theConfigHasBeenSetTo($configVariable, $path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user