Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 09cfe7a

Browse files
committedJan 5, 2025·
nit
1 parent bc2ad3a commit 09cfe7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dev/pytest/pytest_config_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
DOCKER_CONFIG_SET = set(dotenv_values(Path("docker") / Path(".env.example")).keys())
8181
DOCKER_COMPOSE_CONFIG_SET = set()
8282

83-
with open(Path("docker") / Path("docker-compose.yaml")) as f:
83+
with open(Path("..") / Path("docker") / Path("docker-compose.yaml")) as f:
8484
DOCKER_COMPOSE_CONFIG_SET = set(yaml.safe_load(f.read())["x-shared-env"].keys())
8585

8686

0 commit comments

Comments
 (0)
Please sign in to comment.