From 7effbb6c0e6d5c657494c9654e4f268124915d18 Mon Sep 17 00:00:00 2001 From: Bruno do Nascimento Maciel Date: Fri, 15 Nov 2024 10:44:02 -0300 Subject: [PATCH] fix integration test --- test/integration/aux/http.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/aux/http.clj b/test/integration/aux/http.clj index b54da97..fcefc62 100644 --- a/test/integration/aux/http.clj +++ b/test/integration/aux/http.clj @@ -68,6 +68,6 @@ menu-id service-fn] (let [{:keys [body status]} (test/response-for service-fn - :get (str "/api/reservations-by-student-and-menu?student-code=" student-code "&menu-id=" menu-id))] + :get (str "/api/reservation-by-student-and-menu?student-code=" student-code "&menu-id=" menu-id))] {:status status :body (json/decode body true)}))