Fix digest ETAG test.

After
12528d4567
ETag will include a `W/` before the digest.
This commit is contained in:
Arthur Neves 2014-08-05 12:40:54 -04:00
parent 82f6061fbe
commit a7060a6e21
No known key found for this signature in database
GPG Key ID: 04A390FB1E433E17
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ module ApplicationTests
end
end
etag = "5af83e3196bf99f440f31f2e1a6c9afe".inspect
etag = "W/" + ("5af83e3196bf99f440f31f2e1a6c9afe".inspect)
get "/"
assert_equal 200, last_response.status