Maybe tests are working now.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2023-12-08 21:41:56 -05:00
parent 1fdad3099b
commit 171326a6b0

View File

@@ -218,7 +218,8 @@ def test_resend_expired_invite(client, sample_expired_user, mocker):
assert response.status_code == 200
json_resp = json.loads(response.get_data(as_text=True))["data"]
assert json_resp["status"] == "cancelled"
assert json_resp["status"] == "pending"
assert mock_send.called
def test_update_invited_user_set_status_to_cancelled(client, sample_invited_user):