Skip to content

Commit

Permalink
autouse=True added to restli_test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-cloud committed Jan 23, 2025
1 parent 82383f1 commit 3c7e2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke-test/tests/restli/restli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def make_mcp(self) -> MetadataChangeProposalClass:
return mcp


@pytest.fixture(scope="module")
@pytest.fixture(scope="module", autouse=True)
def ingest_cleanup_data(auth_session, graph_client, request):
yield
delete_urns(graph_client, generated_urns)
Expand Down

0 comments on commit 3c7e2ec

Please sign in to comment.