Skip to content

Commit

Permalink
Merge pull request mozilla#61 from retornam/bedrock
Browse files Browse the repository at this point in the history
Updating redirects for /mobile
  • Loading branch information
stephendonner committed Jun 27, 2012
2 parents 2278cd4 + 7451c6d commit f0bce43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_redirect.py
Expand Up @@ -28,7 +28,7 @@ def test_fennec_redirects_to_mobile(self, mozwebqa):
def test_firefox_mobile_redirects_to_mobile(self, mozwebqa):
url = mozwebqa.base_url + "/firefox/mobile/"
response = requests.get(url)
result = mozwebqa.base_url + "/firefox/fx/"
result = mozwebqa.base_url + "/en-US/firefox/fx/"
Assert.equal(result, response.url)

@pytest.mark.nondestructive
Expand Down

0 comments on commit f0bce43

Please sign in to comment.