diff --git a/test/tools.go b/test/tools.go index 2e3552a..39cc275 100644 --- a/test/tools.go +++ b/test/tools.go @@ -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().