Skip to content

Commit

Permalink
🤖🧹 reformat Python files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados authored and github-actions[bot] committed Nov 22, 2024
1 parent 87d9eb7 commit 564217d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/morphodict/tests/API_tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
)
def test_click_in_text_correct_usage(client):
# niskak means goose in plains Cree
response = client.get(
reverse("dictionary-word-click-in-text-api") + "?q=niskak"
)
response = client.get(reverse("dictionary-word-click-in-text-api") + "?q=niskak")

assert b"goose" in response.content

Expand Down

0 comments on commit 564217d

Please sign in to comment.