track message costs

This commit is contained in:
Kenneth Kehl
2025-02-28 09:57:37 -08:00
parent 880c524f14
commit a04507601b

View File

@@ -831,7 +831,7 @@ def test_get_organization_users_returns_users_for_organization(
)
assert len(response["data"]) == 2
response_ids = [response["data"][0]["id"], response["data"][0]["id"]]
response_ids = [response["data"][0]["id"], response["data"][1]["id"]]
assert str(first.id) in response_ids
assert str(second.id) in response_ids