tests: fix broken tests.

This commit is contained in:
evazion
2022-10-30 15:44:45 -05:00
parent eff82c43d2
commit 042863b2a6
5 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ class IqdbQueriesControllerTest < ActionDispatch::IntegrationTest
context "show action" do
context "with a url parameter" do
should "render a response" do
@url = "https://google.com"
@url = "https://danbooru.donmai.us/images/flash-preview.png"
@matches = [{ post_id: @post.id, score: 95.0 }]
mock_iqdb_matches(@matches)