From 57e72b045b7708a55a7536bde9a76db788b8c604 Mon Sep 17 00:00:00 2001 From: Nelson Kopliku Date: Tue, 2 Jul 2024 12:09:06 +0200 Subject: [PATCH] Fix non existent path --- test/trento_web/controllers/v1/host_controller_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/trento_web/controllers/v1/host_controller_test.exs b/test/trento_web/controllers/v1/host_controller_test.exs index 550e08b009..495beb7d4c 100644 --- a/test/trento_web/controllers/v1/host_controller_test.exs +++ b/test/trento_web/controllers/v1/host_controller_test.exs @@ -27,7 +27,7 @@ defmodule TrentoWeb.V1.HostControllerTest do Enum.each( [ post(conn, "/api/v1/hosts/#{host_id}/checks", %{}), - post(conn, "/api/v1/hosts/host_id/#{host_id}/request_execution", %{}) + post(conn, "/api/v1/hosts/#{host_id}/checks/request_execution", %{}) ], fn conn -> conn