Skip to content

Commit

Permalink
chore: fix naming in queues tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bara committed Sep 23, 2024
1 parent 6e45750 commit 9e0725a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/elis_api_client/test_queues.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ async def upload(resource, id_, fp, filename, *args, **kwargs):

http_client.upload.assert_has_calls(calls, any_order=True)

def test_delete_schema(self, elis_client_sync, dummy_queue):
def test_delete_queue(self, elis_client_sync, dummy_queue):
client, http_client = elis_client_sync
http_client.delete.return_value = None

Expand Down

0 comments on commit 9e0725a

Please sign in to comment.