Bug 1176358 - Fix typo in symbols_url for Firefox UI tests. DONTBUILD. r=chmanchester

This commit is contained in:
Armen Zambrano Gasparnian 2015-07-24 17:29:04 -04:00
parent 002d08d8c6
commit 818972d2a3

View File

@ -268,8 +268,8 @@ class FirefoxUIUpdates(FirefoxUITests):
try:
# Let's see if the symbols are available
urllib2.urlopen(symbols_path)
return symbols_path
urllib2.urlopen(symbols_url)
return symbols_url
except urllib2.HTTPError, e:
self.warning("%s - %s" % (str(e), symbols_url))