mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Working on getting tests working.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -198,7 +198,7 @@ def test_update_org_invited_user_for_invalid_data_returns_400(
|
||||
assert len(json_resp["errors"]) == 1
|
||||
assert (
|
||||
json_resp["errors"][0]["message"]
|
||||
== "status garbage is not one of [pending, accepted, cancelled]"
|
||||
== "status garbage is not one of [pending, accepted, cancelled, expired]"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user