Python 3.11

This commit is contained in:
f4lco
2022-11-01 22:26:41 +01:00
parent 3dabf375c9
commit c308118e8f
12 changed files with 413 additions and 486 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ def _request_check_meals(client):
assert response.status_code == 200
meal = meal_names(response.data)[0]
assert meal == u"Gefüllter Germknödel \nmit Vanillesauce und Mohnzucker"
assert meal == "Gefüllter Germknödel \nmit Vanillesauce und Mohnzucker"
@pytest.fixture