Fix jobUrl typo in saucelabs.js.

This commit is contained in:
John-David Dalton
2014-05-11 16:13:03 -07:00
parent 0f8c20c3ab
commit 16b479d21e

View File

@@ -384,7 +384,7 @@ function onJobStatus(error, res, body) {
this.restart();
return;
}
var details = 'See ' + url + ' for details.';
var details = 'See ' + jobUrl + ' for details.';
this.failed = true;
logInline();