Skip to content

Commit

Permalink
Fix etag expectation to work with the SHA256
Browse files Browse the repository at this point in the history
It is related with rack/rack@7b66d2c
  • Loading branch information
rafaelfranca committed May 6, 2016
1 parent db93aa1 commit 809236b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/application/middleware_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def index
end
end

etag = "W/" + "5af83e3196bf99f440f31f2e1a6c9afe".inspect
etag = "W/" + "c00862d1c6c1cf7c1b49388306e7b3c1".inspect

get "/"
assert_equal 200, last_response.status
Expand Down

0 comments on commit 809236b

Please sign in to comment.