More test fixes.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2023-12-08 22:01:27 -05:00
parent 1157f5639d
commit e4f228ca0d
3 changed files with 2 additions and 3 deletions

View File

@@ -213,7 +213,6 @@ def test_resend_expired_invite(client, sample_expired_user, mocker):
auth_header = create_admin_authorization_header()
response = client.post(
url,
data=json.dumps(data),
headers=[("Content-Type", "application/json"), auth_header],
)