mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 18:38:14 -04:00
more tests
This commit is contained in:
@@ -1071,7 +1071,7 @@ def test_get_user_login_gov_user(notify_db_session, admin_request):
|
|||||||
data = {"email": "findel.mestro@foo.com", "uuid": "123456"}
|
data = {"email": "findel.mestro@foo.com", "uuid": "123456"}
|
||||||
|
|
||||||
users = admin_request.post(
|
users = admin_request.post(
|
||||||
"user.get_login_gov_user",
|
"user.get_user_login_gov_user",
|
||||||
_data=data,
|
_data=data,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user