We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35263dd commit 4ef5353Copy full SHA for 4ef5353
tests/test_local.py
@@ -25,7 +25,7 @@ def test_multiple(self):
25
self.local2 = Local(os.environ['BROWSERSTACK_ACCESS_KEY'])
26
self.local2.start()
27
except BrowserStackLocalError as e:
28
- self.assertEqual(e.message, "Either another browserstack local client is running on your machine or some server is listening on port 45691")
+ self.assertEqual(str(e), "Either another browserstack local client is running on your machine or some server is listening on port 45691")
29
30
def test_verbose(self):
31
self.local.start(v=True, onlyCommand=True)
0 commit comments