We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c11faf commit 8c8a8faCopy full SHA for 8c8a8fa
tests/test_api.py
@@ -720,7 +720,6 @@ def share_thumbnail_retry(*args, **kwargs):
720
def test_share_thumbnail_not_ready(self, mock_send_form):
721
"""throw an exception if trying to share a transient thumbnail"""
722
723
- # mock_send_form.method.assert_called_once() # never worked.....
724
mock_send_form.return_value = (
725
"2"
726
"\nsource_entity image is a transient thumbnail that cannot be shared. "
0 commit comments