Skip to content

Commit

Permalink
fix platform version problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham committed Jul 3, 2023
1 parent cbd3877 commit ef60454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gitpod/test_appium.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_appium_with_gitpod(self):
'platformName': os.environ.get('PLATFORM_NAME', 'Android'),
'appium:app': app,
'appium:deviceName': os.environ.get('DEVICE_NAME', 'Google.*'),
'appium:platformVersion': os.environ.get('PLATFORM_VERSION', None),
'appium:platformVersion': os.environ.get('PLATFORM_VERSION', ''),
'appium:automationName': os.environ.get('AUTOMATION_NAME', 'uiautomator2'),
'sauce:options': {
'username': os.environ["SAUCE_USERNAME"],
Expand Down

0 comments on commit ef60454

Please sign in to comment.