fix(tests): acceptance tests config path resolution

This commit is contained in:
Florian Schade
2025-02-24 18:06:14 +01:00
parent 601725d817
commit 648b2afd3e
@@ -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