Skip to content

Commit

Permalink
adjust test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Jan 8, 2024
1 parent 4e1dda3 commit 3e6071a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/test/test_marketplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_user_lookup(self, requests_mock):
requests_mock.return_value.content = json.dumps(mocked_user_service_response)

customer_id = user_api.lookup_customer_id("[email protected]")
assert customer_id == "000000000"
assert customer_id == 000000000

requests_mock.return_value.content = json.dumps(mocked_organization_only_response)
customer_id = user_api.lookup_customer_id("[email protected]")
Expand Down

0 comments on commit 3e6071a

Please sign in to comment.