Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
moderakh committed Jan 10, 2025
1 parent aa91941 commit 0ac7f03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/delta_sharing/tests/test_oauth_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,3 @@ def test_oauth_client_should_handle_401_unauthorized_response(mock_server):
oauth_client.client_credentials()
except requests.HTTPError as e:
assert e.response.status_code == 401

0 comments on commit 0ac7f03

Please sign in to comment.