Skip to content

Commit

Permalink
Update tests/auth/preset_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored Oct 26, 2022
1 parent 54c2765 commit 3d5dc38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/auth/preset_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def test_preset_auth_reauth(mocker: MockerFixture, requests_mock: Mocker) -> Non
)

auth = PresetAuth(URL("https:/api.app.preset.io/"), "TOKEN", "SECRET")
print(auth.get_headers())
assert auth.get_headers() == {"Authorization": "Bearer JWT_TOKEN1"}
response = auth.session.get("https://api.app.preset.io/")
assert response.status_code == 200
Expand Down

0 comments on commit 3d5dc38

Please sign in to comment.