Skip to content

Commit fb6521d

Browse files
fixed a syntax error which was not allowing the script to run
1 parent 7b6ecc9 commit fb6521d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample-code/examples/python/sauce_connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def setUp(self):
107107
'browserName': 'safari',
108108
'appiumVersion': '1.2.2',
109109
'name': 'Appium Python iOS Test (Connect)'
110-
})
110+
}
111111

112112
self.driver = webdriver.Remote(
113113
desired_capabilities=desired_capabilities,

0 commit comments

Comments
 (0)