mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 11:28:25 -04:00
fix org invites
This commit is contained in:
@@ -48,6 +48,8 @@ def test_create_invited_org_user(
|
||||
organization=str(sample_organization.id),
|
||||
email_address=email_address,
|
||||
invited_by=str(sample_user.id),
|
||||
nonce="dummy-nonce",
|
||||
state="dummy-state",
|
||||
**extra_args
|
||||
)
|
||||
|
||||
@@ -56,8 +58,6 @@ def test_create_invited_org_user(
|
||||
organization_id=sample_organization.id,
|
||||
_data=data,
|
||||
_expected_status=201,
|
||||
nonce="nonce",
|
||||
state="state",
|
||||
)
|
||||
|
||||
assert json_resp["data"]["organization"] == str(sample_organization.id)
|
||||
|
||||
Reference in New Issue
Block a user