Skip to content

Commit

Permalink
Update tests/test_typical_journey.py
Browse files Browse the repository at this point in the history
Co-authored-by: Byron Himes <[email protected]>
  • Loading branch information
mephenor and TheByronHimes authored Oct 1, 2024
1 parent 275a782 commit 03cf53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_typical_journey.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async def test_normal_journey(
response = await joint_fixture.rest_client.get(url)
assert response.status_code == 404

# requst deletion
# request deletion
deletion_requested = event_schemas.FileDeletionRequested(file_id=file_id)

await joint_fixture.kafka.publish_event(
Expand Down

0 comments on commit 03cf53b

Please sign in to comment.