Tests fully pass again

This commit is contained in:
Donkie
2024-05-23 20:13:51 +02:00
parent 535fa40ad2
commit c851950701
5 changed files with 14 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ def test_set_currency_wrong_type():
f"{URL}/api/v1/setting/currency",
json=123,
)
assert result.status_code == 400
assert result.status_code == 422
def test_set_big_value():