Skip to content

Commit e076301

Browse files
committed
blacked test_api.py
1 parent f9b5cda commit e076301

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,7 @@ def test_get_attachment_upload_info_without_created_at(self, mock_send_form):
496496
self.assertNotIn("created_at", params)
497497

498498
@unittest.mock.patch("shotgun_api3.Shotgun._send_form")
499-
def test_get_attachment_upload_info_thumbnail_with_created_at(
500-
self, mock_send_form
501-
):
499+
def test_get_attachment_upload_info_thumbnail_with_created_at(self, mock_send_form):
502500
"""
503501
Verify that _get_attachment_upload_info() forwards created_at even when
504502
is_thumbnail=True. The implementation does not gate created_at on the

0 commit comments

Comments
 (0)