From 3d5dc3802f36b86322814e0fb79eca42cfd0f269 Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Wed, 26 Oct 2022 08:22:49 -0700 Subject: [PATCH] Update tests/auth/preset_test.py --- tests/auth/preset_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auth/preset_test.py b/tests/auth/preset_test.py index 17afd879..d2e93a83 100644 --- a/tests/auth/preset_test.py +++ b/tests/auth/preset_test.py @@ -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