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 d113a95 commit 65c625aCopy full SHA for 65c625a
test_travis.py
@@ -36,10 +36,8 @@ def test_upload_and_delete_file(self):
36
self.tb.storage.get_stored_file(app_url)
37
except testingbotclient.TestingBotException:
38
pass
39
- except Exception as e:
40
- self.fail('Unexpected exception raised:', e)
41
else:
42
- self.fail('ExpectedException not raised')
+ self.fail('ExpectedException not raised')
43
44
def test_get_test(self):
45
sessionId = "6344353dcee24694bf39d5ee5e6e5b11"
0 commit comments