From d6c5112a4c19e77f2b35cc70ca99b32f5a09b7b6 Mon Sep 17 00:00:00 2001 From: Josh Mize Date: Sat, 29 Jun 2019 18:04:52 -0500 Subject: [PATCH] Delete duplicate test with incorrect assertion --- bedrock/firefox/tests/test_firefox_details.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bedrock/firefox/tests/test_firefox_details.py b/bedrock/firefox/tests/test_firefox_details.py index 4eb127460f5..2a894447dfc 100644 --- a/bedrock/firefox/tests/test_firefox_details.py +++ b/bedrock/firefox/tests/test_firefox_details.py @@ -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),