Skip to content

Commit 65c625a

Browse files
committed
travis test
1 parent d113a95 commit 65c625a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test_travis.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ def test_upload_and_delete_file(self):
3636
self.tb.storage.get_stored_file(app_url)
3737
except testingbotclient.TestingBotException:
3838
pass
39-
except Exception as e:
40-
self.fail('Unexpected exception raised:', e)
4139
else:
42-
self.fail('ExpectedException not raised')
40+
self.fail('ExpectedException not raised')
4341

4442
def test_get_test(self):
4543
sessionId = "6344353dcee24694bf39d5ee5e6e5b11"

0 commit comments

Comments
 (0)