Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Nov 15, 2024
1 parent 3666046 commit 7effbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/aux/http.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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)}))

0 comments on commit 7effbb6

Please sign in to comment.