Skip to content

Commit

Permalink
remove extra whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-labbate committed Mar 6, 2024
1 parent b09caa3 commit fbf456e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions training/tests/test_api_gspc.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ class TestGspc:
@patch('training.api.api_v1.gspc.send_gspc_invite_email')
def test_gspc_invite_success(self, send_gspc_invite_email, goodJWT, standard_payload, fake_gspc_invite_repo):
'''Given 2 valid emails it should call the db create method for each'''
send_gspc_invite_email.return_value = "email response"
response = post_gspc_invite(standard_payload, goodJWT)

assert response.status_code == 200
assert fake_gspc_invite_repo.create.call_count == 2

Expand Down

0 comments on commit fbf456e

Please sign in to comment.