Skip to content

Commit

Permalink
Merge a84feb5 into 5412983
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jul 21, 2020
2 parents 5412983 + a84feb5 commit f3c8241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ __pycache__
htmlcov
.coverage
py/desiutil/.cache
.pytest_cache

# Sphinx
doc/api
Expand Down
2 changes: 1 addition & 1 deletion py/desiutil/test/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_verify_url(self):
out = self.desiInstall.get_product_version()
url = self.desiInstall.identify_branch()
self.assertTrue(self.desiInstall.verify_url())
self.desiInstall.product_url = 'http://desi.lbl.gov/no/such/place'
self.desiInstall.product_url = 'https://desi.lbl.gov/no/such/place'
with self.assertRaises(DesiInstallException) as cm:
self.desiInstall.verify_url()
message = ("Error {0:d} querying GitHub URL: {1}.".format(
Expand Down

0 comments on commit f3c8241

Please sign in to comment.