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
Родитель 4796dbdf30
Коммит 28e62e3685
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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))