Skip to content

Commit

Permalink
Change unit to integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Oct 24, 2024
1 parent 7cfda03 commit 8b2587d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/plugin/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def test_open_file_local(mock_file):
assert res == "mock file contents"


@pytest.mark.integration
@pytest.mark.parametrize(
"url_path", ["/cosmos/dbt_docs", "/cosmos/dbt_docs_index.html", "/cosmos/catalog.json", "/cosmos/manifest.json"]
)
Expand Down

0 comments on commit 8b2587d

Please sign in to comment.