Working on getting tests working.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2023-11-10 16:14:03 -05:00
parent d19cabed90
commit 8350408512
8 changed files with 65 additions and 13 deletions

View File

@@ -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]"
)