Skip to content

Commit 8c8a8fa

Browse files
fixing CI
1 parent 7c11faf commit 8c8a8fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ def share_thumbnail_retry(*args, **kwargs):
720720
def test_share_thumbnail_not_ready(self, mock_send_form):
721721
"""throw an exception if trying to share a transient thumbnail"""
722722

723-
# mock_send_form.method.assert_called_once() # never worked.....
724723
mock_send_form.return_value = (
725724
"2"
726725
"\nsource_entity image is a transient thumbnail that cannot be shared. "

0 commit comments

Comments
 (0)