mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-29 11:51:48 -05:00
code review feedback
This commit is contained in:
@@ -1137,5 +1137,14 @@ def test_report_all_users(admin_request, mocker):
|
||||
_expected_status=200,
|
||||
)
|
||||
assert response == {
|
||||
"data": '[{"name": "name", "email_address": "email", "mobile_number": "phone", "service": "service"}]'
|
||||
"data": [
|
||||
{
|
||||
"name": "name",
|
||||
"email_address": "email",
|
||||
"mobile_number": "phone",
|
||||
"service": "service",
|
||||
}
|
||||
],
|
||||
"mime_type": "application/json",
|
||||
"status": 200,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user