Skip to content

Commit

Permalink
Fixed missing IT
Browse files Browse the repository at this point in the history
  • Loading branch information
rma-rripken committed Aug 6, 2024
1 parent fe00d08 commit 1ccf0d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void test_get_embankment() throws Exception {
.when()
.redirects().follow(true)
.redirects().max(3)
.get("/projects/child-locations/")
.get("/projects/locations/")
.then()
.log().ifValidationFails(LogDetail.ALL, true)
.assertThat()
Expand Down

0 comments on commit 1ccf0d2

Please sign in to comment.