mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
track message costs
This commit is contained in:
@@ -831,7 +831,9 @@ def test_get_organization_users_returns_users_for_organization(
|
||||
)
|
||||
|
||||
assert len(response["data"]) == 2
|
||||
assert response["data"][0]["id"] == str(first.id)
|
||||
response_ids = [response["data"][0]["id"], response["data"][0]["id"]]
|
||||
assert str(first.id) in response_ids
|
||||
assert str(second.id) in response_ids
|
||||
|
||||
|
||||
@freeze_time("2019-12-24 13:30")
|
||||
|
||||
Reference in New Issue
Block a user