Skip to content

Commit

Permalink
more mock fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlongden committed Feb 7, 2025
1 parent 0adf6a7 commit 4669642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/test_topic_entity_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def mock_load_name_to_atp_and_relationships():

def test_topic_entity_tag(db, auth_headers, test_reference, test_topic_entity_tag_source, test_mod): # noqa
print("***** Adding a test tag *****")
mock_load_name_to_atp_and_relationships()
with TestClient(app) as client:
mock_load_name_to_atp_and_relationships()
response = client.get(url="/workflow_tag/get_name/ATP:0000122", headers=auth_headers)
assert response.status_code == status.HTTP_200_OK
print(f"ttet create get name: {response.content}")
Expand Down

0 comments on commit 4669642

Please sign in to comment.