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 41fa351 commit 07efd64Copy full SHA for 07efd64
qiita_client/tests/test_qiita_client.py
@@ -504,7 +504,7 @@ def test_delete_file_from_central(self):
504
self.clean_up_files.append(fp_test)
505
try:
506
self.qclient.push_file_to_central(fp_test)
507
- except ForbiddenError as e:
+ except ForbiddenError:
508
# previous test instances might not have cleaned this file
509
# properly if ran with https protocol
510
pass
0 commit comments