mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-01 20:55:50 -04:00
fix migration
This commit is contained in:
@@ -339,7 +339,7 @@
|
||||
"filename": "tests/app/user/test_rest.py",
|
||||
"hashed_secret": "0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33",
|
||||
"is_verified": false,
|
||||
"line_number": 874,
|
||||
"line_number": 875,
|
||||
"is_secret": false
|
||||
}
|
||||
],
|
||||
@@ -374,5 +374,5 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"generated_at": "2025-08-28T18:12:29Z"
|
||||
"generated_at": "2025-08-28T20:24:21Z"
|
||||
}
|
||||
|
||||
@@ -201,6 +201,7 @@ def test_create_user_missing_attribute_password(admin_request, notify_db_session
|
||||
"permissions": {},
|
||||
}
|
||||
json_resp = admin_request.post("user.create_user", _data=data, _expected_status=400)
|
||||
assert json_resp == "Foo"
|
||||
assert _get_user_count() == 0
|
||||
assert {"password": ["Missing data for required field."]} == json_resp["message"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user