Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 27, 2024
1 parent 1c567a3 commit a660015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/python/tests/test_data_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def test_add_put_options_safely(self):
options_original = OPTIONS_TEMPLATE.copy()
options_modified = {'SSECustomerKey': '987654321'}
with pytest.raises(ValueError,
match="Cannot override key `SSECustomerKey` using put_options:"\
" {'SSECustomerKey': '987654321'}."):
match="Cannot override key `SSECustomerKey` using put_options:"
" {'SSECustomerKey': '987654321'}."):
data_transfer.add_put_options_safely(options_original, options_modified)

def test_select(self):
Expand Down

0 comments on commit a660015

Please sign in to comment.