mirror of
https://github.com/akuker/RASCSI.git
synced 2026-04-21 18:17:07 +00:00
Update log levels in broken web API tests
This commit is contained in:
committed by
Daniel Markstedt
parent
25718e0887
commit
e844d73741
@@ -41,7 +41,7 @@ def test_set_language(http_client, locale, confirm_message):
|
||||
assert response_data["messages"][0]["message"] == confirm_message
|
||||
|
||||
|
||||
@pytest.mark.parametrize("level", ["trace", "debug", "info", "warn", "err", "off"])
|
||||
@pytest.mark.parametrize("level", ["trace", "debug", "info", "warning", "error", "off"])
|
||||
def test_set_log_level(http_client, level):
|
||||
response = http_client.post(
|
||||
LOG_LEVEL_ENDPOINT,
|
||||
|
||||
Reference in New Issue
Block a user