Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 4, 2024
1 parent acb6ad1 commit e04fef6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ def test_refresh_access_token(base_api_mocks: responses.RequestsMock) -> None:
)
client = resource.get_client()

base_api_mocks.add(
responses.POST,
f"{client.api_base_url}/applications/token",
json={"access_token": "some_access_token"},
)
base_api_mocks.add(
method=responses.GET,
url=f"{client.api_base_url}/test",
Expand Down

0 comments on commit e04fef6

Please sign in to comment.