Skip to content

Commit 65f8bd2

Browse files
committed
fix(test_config): use new config path
1 parent ba71d84 commit 65f8bd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_tgdb/test_infrastructure/test_pyyaml/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55

66
def test_no_errors() -> None:
7-
TgdbConfig.load(Path("deploy/dev/tgdb/conf.yaml"))
7+
TgdbConfig.load(Path("deploy/common/tgdb/config/config.yaml"))

0 commit comments

Comments
 (0)