Skip to content

Commit

Permalink
Merge pull request atmos#55 from jpadilla/patch-2
Browse files Browse the repository at this point in the history
Change URL of failing test_follows_temporary_redirects
  • Loading branch information
atmos committed May 14, 2014
2 parents 2dd051d + 7a4b26c commit 67491e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/proxy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def test_404s_on_environmental_excludes
end

def test_follows_temporary_redirects
response = request('http://d.pr/i/rr7F+')
response = request('http://bit.ly/1l9Fztb')
assert_equal(200, response.code)
end

Expand Down

0 comments on commit 67491e1

Please sign in to comment.