diff --git a/evita_functional_tests/src/test/java/io/evitadb/server/EvitaServerTest.java b/evita_functional_tests/src/test/java/io/evitadb/server/EvitaServerTest.java index aa4b65d40..dafe7fae4 100644 --- a/evita_functional_tests/src/test/java/io/evitadb/server/EvitaServerTest.java +++ b/evita_functional_tests/src/test/java/io/evitadb/server/EvitaServerTest.java @@ -990,7 +990,6 @@ private Map 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") ); } ),