Skip to content

Commit b49ae8d

Browse files
test: update test to check for warning log level instead of debug
Co-Authored-By: Daryna Ishchenko <darina.ishchenko17@gmail.com>
1 parent b7218ad commit b49ae8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unit_tests/sources/streams/http/test_http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ def test_refresh_token_then_retry_action_without_oauth_authenticator_proceeds_wi
924924
with pytest.raises(DefaultBackoffException):
925925
http_client._send(prepared_request, {})
926926

927-
mocked_logger.debug.assert_called()
927+
mocked_logger.warning.assert_called()
928928

929929

930930
def test_refresh_token_then_retry_action_handles_refresh_failure_gracefully(mocker):

0 commit comments

Comments
 (0)