Skip to content

Commit

Permalink
Update met-api/tests/unit/api/test_engagement.py
Browse files Browse the repository at this point in the history
Co-authored-by: Baelx <[email protected]>
  • Loading branch information
VineetBala-AOT and Baelx authored Jan 16, 2024
1 parent 0dfd587 commit 046e134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met-api/tests/unit/api/test_engagement.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_tenant_id_in_create_engagements(client, jwt, session,
@pytest.mark.parametrize('engagement_info', [TestEngagementInfo.engagement1])
def test_add_engagements_invalid(client, jwt, session, engagement_info,
setup_unprivileged_user_and_claims): # pylint:disable=unused-argument
"""Assert that an engagement can not be POSTed without authorisaiton."""
"""Assert that an engagement can not be POSTed without authorization."""
user, claims = setup_unprivileged_user_and_claims
headers = factory_auth_header(jwt=jwt, claims=claims)
rv = client.post('/api/engagements/', data=json.dumps(engagement_info),
Expand Down

0 comments on commit 046e134

Please sign in to comment.