Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaccoud committed Oct 16, 2024
1 parent eb0fdb1 commit 854e33f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_api_documents_ai_translate_authenticated_success(mock_create, reach, ro

url = f"/api/v1.0/documents/{document.id!s}/ai-translate/"
response = client.post(url, {"text": "Hello", "language": "es-co"})

print(response.content)
assert response.status_code == 200
assert response.json() == {"answer": "Salut"}
mock_create.assert_called_once_with(
Expand Down

0 comments on commit 854e33f

Please sign in to comment.