Skip to content

Commit

Permalink
added some debug prints to test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjusher committed Mar 8, 2024
1 parent 86afbde commit 5def5b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@


def test_get_token(httpx_mock: HTTPXMock):
print(conceptev_url)
print(ocm_url)

fake_token = "value1"
httpx_mock.add_response(
url=f"{ocm_url}/auth/login/", method="post", json={"accessToken": fake_token}
Expand Down

0 comments on commit 5def5b6

Please sign in to comment.