tests: fix broken tests.

Fix regression in e7744cb6e.
This commit is contained in:
evazion
2022-02-05 23:02:49 -06:00
parent 9dd1afbedd
commit d0f3e5526d
2 changed files with 17 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ class MediaAssetsControllerTest < ActionDispatch::IntegrationTest
get media_asset_path(@media_asset), as: :json
assert_response :success
assert_equal(nil, response.parsed_body[:md5])
assert_nil(response.parsed_body[:md5])
end
end
end