[full-ci] ApiTests. enable auto accepting in api tests (#7477)

* enable auto accepting in test

* go format
This commit is contained in:
Viktor Scharf
2023-10-17 16:29:05 +02:00
committed by GitHub
parent 917ee878cb
commit c179485db6
95 changed files with 458 additions and 1063 deletions
@@ -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);
}