Skip to content

Commit

Permalink
Delete duplicate test with incorrect assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmize committed Jul 1, 2019
1 parent 1a76e70 commit d6c5112
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bedrock/firefox/tests/test_firefox_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ def test_get_download_url_esr(self):
"""
The ESR version should give us a bouncer url. There is no stub for ESR.
"""
url = self.firefox_desktop.get_download_url('esr', '28.0a2', 'win64', 'en-US', True)
self.assertListEqual(parse_qsl(urlparse(url).query),
[('product', 'firefox-esr-latest-ssl'),
('os', 'win'),
('lang', 'en-US')])
# MSI installer
url = self.firefox_desktop.get_download_url('esr', '28.0a2', 'win-msi', 'en-US', True)
self.assertListEqual(parse_qsl(urlparse(url).query),
Expand Down

0 comments on commit d6c5112

Please sign in to comment.