Skip to content

Commit d1ef413

Browse files
Lint fix
1 parent 73ad785 commit d1ef413

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_snapshot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ def test_posts_snapshots_to_the_local_percy_server_for_responsive_snapshot_captu
275275

276276
def test_posts_snapshots_to_the_local_percy_server_with_defer_and_responsive(self):
277277
mock_logger()
278-
mock_healthcheck(widths = { "config": [375, 1280], "mobile": [390]}, config = { 'percy': { 'deferUploads': True }})
278+
mock_healthcheck(widths = { "config": [375, 1280], "mobile": [390]},
279+
config = { 'percy': { 'deferUploads': True }})
279280
mock_snapshot()
280281
dom_string = '<html><head></head><body>Snapshot Me</body></html>'
281282
expected_dom_snapshot = { 'html': dom_string, 'cookies': [] }

0 commit comments

Comments
 (0)