From 54e06350d3ac89bb74f35c182c16575023817efb Mon Sep 17 00:00:00 2001 From: Simon Harrer Date: Mon, 29 Apr 2024 21:44:57 +0200 Subject: [PATCH] UPDATE --- tests/test_catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_catalog.py b/tests/test_catalog.py index 6191c08f..cf1be610 100644 --- a/tests/test_catalog.py +++ b/tests/test_catalog.py @@ -14,4 +14,4 @@ def test_cli(tmp_path: PosixPath): result = runner.invoke(app, ["catalog", "--files", "fixtures/catalog/*.yaml", "--output", tmp_path]) assert result.exit_code == 0 assert os.path.exists(tmp_path / "index.html") - assert os.path.exists(tmp_path / "datacontract-1.html") \ No newline at end of file + assert os.path.exists(tmp_path / "fixtures/catalog/datacontract-1.html") \ No newline at end of file