Skip to content

Commit

Permalink
feat : Added get all invitations endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
marveldo committed Aug 13, 2024
1 parent 2761b09 commit 4c31090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/v1/invitation/test_get_all_invitations.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_get_all_invitations(mock_db_session):
is_superadmin = True
)

res = client.get('/api/v1/organisations/invites')
response = client.get('/api/v1/organisations/invites')

assert res.status_code == 200
assert response.status_code == 200

0 comments on commit 4c31090

Please sign in to comment.