migrations sync fix

This commit is contained in:
2026-08-21 14:12:45 +03:00
parent 1ed602eeae
commit 6d1459f4d5
6 changed files with 56 additions and 15 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ class TestCrud:
@pytest.mark.parametrize("test_user_fixture", [
([], [])
(["admin"], ["admin_group"])
], indirect=True)
@pytest.mark.parametrize("user_record_to_update, expected_exception, expected_status",[
pytest.param({"plain_password": "Wrong_pass"},HTTPStatusError,422,id="Wrong_password"),