Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz committed Jan 11, 2024
1 parent a615a1c commit 3ed9cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontoon/machinery/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_view_google_translate(
m.post("https://translation.googleapis.com/language/translate/v2", json=data)
response = member.client.get(
url,
{"text": "text", "locale": google_translate_locale.google_translate_code},
{"text": "text", "locale": google_translate_locale.code},
)

assert response.status_code == 200
Expand Down

0 comments on commit 3ed9cdf

Please sign in to comment.