Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
bugfix: s/capabilities/settings/
Browse files Browse the repository at this point in the history
  • Loading branch information
santiycr authored and davehunt committed Jun 22, 2012
1 parent 266d4bb commit e7710f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_mozwebqa/sauce_labs.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def start_rc_client(self):
'os': self.platform,
'browser': self.browser_name})
if self.browser_version:
capabilities['browser-version'] = self.browser_version
settings['browser-version'] = self.browser_version
self.selenium = selenium('ondemand.saucelabs.com', '80',
json.dumps(settings),
self.base_url)
Expand Down

0 comments on commit e7710f0

Please sign in to comment.