diff --git a/src/CreeDictionary/tests/CreeDictionary_tests/test_orth_cookie.py b/src/CreeDictionary/tests/CreeDictionary_tests/test_orth_cookie.py index e69c4dd90..cc245ee52 100644 --- a/src/CreeDictionary/tests/CreeDictionary_tests/test_orth_cookie.py +++ b/src/CreeDictionary/tests/CreeDictionary_tests/test_orth_cookie.py @@ -10,7 +10,9 @@ from CreeDictionary.morphodict.orthography import ORTHOGRAPHY -@pytest.mark.parametrize("orth", ["Cans", "Latn", "Latn-x-macron","Latn-y", "Latn-x-macron-y"]) +@pytest.mark.parametrize( + "orth", ["Cans", "Latn", "Latn-x-macron", "Latn-y", "Latn-x-macron-y"] +) def test_can_set_orth_cookie(orth, client, change_orth_url): """ Test that POSTing to the URL actually sets the orthography.