Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Jul 31, 2024
1 parent 812ceb0 commit da263e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func Query(

e := httpexpect.Default(t, url)

return e.POST("/").
return e.POST("/check").
WithQuery("cid", cid).
WithQuery("multiaddr", multiaddr).
Expect().
Expand Down

0 comments on commit da263e6

Please sign in to comment.