Skip to content

Commit 8a7010b

Browse files
committed
fix tests
1 parent 079a7f2 commit 8a7010b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosetta/tests/tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ def test_46_search_string_with_unicode_symbols(self):
983983

984984
@vcr.use_cassette('fixtures/vcr_cassettes/test_47_azure_ajax_translation.yaml', match_on=['method', 'scheme', 'host', 'port', 'path', 'query', 'raw_body'], record_mode='new_episodes')
985985
def test_47_azure_ajax_translation(self):
986-
r = self.client.get(reverse('rosetta.translate_text') + '?from=en&to=fr&text=hello%20world')
986+
r = self.client.get(reverse('rosetta.translate_text_azure') + '?from=en&to=fr&text=hello%20world')
987987
self.assertContains(r, '"Salut tout le monde"')
988988

989989
def test_48_requires_auth_not_respected_issue_203(self):

0 commit comments

Comments
 (0)