Skip to content

Commit

Permalink
Update test_language
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Mar 24, 2022
1 parent 27632ac commit 7cf1484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def test_language(client: citric.Client, survey_id: int):
assert new_props["surveyls_email_confirm"] == new_confirmation

# Delete language
client.delete_language(survey_id, "ru")
response = client.delete_language(survey_id, "ru")
assert response["status"] == "OK"
assert survey_props["additional_languages"] == "es"


Expand Down

0 comments on commit 7cf1484

Please sign in to comment.