Skip to content

Commit

Permalink
test: extending request timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
novoj committed Jan 6, 2025
1 parent 643df4b commit a6f2bdb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,6 @@ private Map<String, String> constructTestArguments(
property("api.endpoints." + it + ".host", "localhost:" + allocatedPort),
property("api.endpoints." + it + ".exposeOn", "localhost:" + allocatedPort),
property("api.endpoints." + it + ".enabled", "true")
property("api.endpoints." + it + ".enabled", "true")
);
}
),
Expand Down

0 comments on commit a6f2bdb

Please sign in to comment.