Skip to content

Commit 9a8ed10

Browse files
committed
Fixed a reference to SauceLabs.DRIVER
1 parent 33bfc1c commit 9a8ed10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_selenium/drivers/saucelabs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def pytest_selenium_runtest_makereport(item, report, summary, extra):
7979
requests.put(api_url, data=data, auth=provider.auth, timeout=10)
8080
except Exception as e:
8181
summary.append('WARNING: Failed to update {0} job status: {1}'.format(
82-
provider.DRIVER, e))
82+
provider.name, e))
8383

8484

8585
def driver_kwargs(request, test, capabilities, **kwargs):

0 commit comments

Comments
 (0)