Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete duplicate test with incorrect assertion
Browse files Browse the repository at this point in the history
jgmize committed Jun 29, 2019
1 parent 5c575a7 commit 5253388
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
@@ -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),

0 comments on commit 5253388

Please sign in to comment.