Skip to content

Commit

Permalink
fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jan 22, 2024
1 parent 11d09d7 commit 21c38bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoke-test/tests/tags_and_terms/tags_and_terms_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
@pytest.fixture(scope="module", autouse=True)
def ingest_cleanup_data(request):
print("ingesting test data")
ingest_file_via_rest("tests/tags-and-terms/data.json")
ingest_file_via_rest("tests/tags_and_terms/data.json")
yield
print("removing test data")
delete_urns_from_file("tests/tags-and-terms/data.json")
delete_urns_from_file("tests/tags_and_terms/data.json")


@pytest.fixture(scope="session")
Expand Down

0 comments on commit 21c38bd

Please sign in to comment.