Merge pull request #241 from fschade/fix-acceptance-tests

fix(tests): running acceptance tests locally fails ...
This commit is contained in:
Viktor Scharf
2025-02-24 18:11:06 +01:00
committed by GitHub
@@ -154,7 +154,7 @@ class OcConfigContext implements Context {
* @throws GuzzleException
*/
public function theConfigHasBeenSetPathTo(string $configVariable, string $path): void {
$path = \dirname(__FILE__) . "/../../" . $path;
$path = \realpath(\dirname(__FILE__) . "/../../" . $path);
$response = OcConfigHelper::reConfigureOc(
[
$configVariable => $path