Skip to content

Commit e7e5ecc

Browse files
committed
lint fix
1 parent 727738a commit e7e5ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_snapshot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ def test_raise_error_poa_token_with_snapshot(self):
237237

238238
self.assertEqual("Invalid function call - "\
239239
"percy_snapshot(). Please use percy_screenshot() function while using Percy with Automate."\
240-
" For more information on usage of PercyScreenshot, refer https://www.browserstack.com/docs"\
241-
"/percy/integrate/functional-and-visual", str(context.exception))
240+
" For more information on usage of PercyScreenshot, refer https://www.browserstack.com"\
241+
"/docs/percy/integrate/functional-and-visual", str(context.exception))
242242

243243
class TestPercyScreenshot(unittest.TestCase):
244244
@classmethod

0 commit comments

Comments
 (0)