tests: fix broken tests.

This commit is contained in:
evazion
2021-09-06 02:52:39 -05:00
parent bd4665886f
commit 3202ec8b9a
3 changed files with 9 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ class DanbooruHttpTest < ActiveSupport::TestCase
response = Danbooru::Http.use(:unpolish_cloudflare).get(url)
assert_equal(200, response.status)
assert_equal(622_594, response.content_length)
assert_equal(622_784, response.content_length)
end
end