Skip to content

Commit

Permalink
updating changed endpoint urls
Browse files Browse the repository at this point in the history
  • Loading branch information
CadeFaulkner committed Sep 12, 2024
1 parent d32258a commit 3d89a7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private static void updateAppMode(JSONObject requestBody) {
.contentType("application/json")
.body(requestBody.toString())
.when()
.put(getTestUrl() + "testing-support/app-mode");
.put(getTestUrl() + "/testing-support/app-mode");
}

}

0 comments on commit 3d89a7e

Please sign in to comment.