diff --git a/quarkus/server/src/main/resources/application.properties b/quarkus/server/src/main/resources/application.properties
index de2f7c06ecf..48d3cddc77a 100644
--- a/quarkus/server/src/main/resources/application.properties
+++ b/quarkus/server/src/main/resources/application.properties
@@ -5,6 +5,6 @@ quarkus.package.output-directory=lib
quarkus.package.user-providers-directory=../providers
quarkus.package.main-class=keycloak
-quarkus.http.root-path=/auth
+quarkus.http.root-path=/
quarkus.application.name=Keycloak
-quarkus.banner.enabled=false
+quarkus.banner.enabled=false
\ No newline at end of file
diff --git a/testsuite/integration-arquillian/servers/auth-server/quarkus/ant/configure.xml b/testsuite/integration-arquillian/servers/auth-server/quarkus/ant/configure.xml
index 6339db336b5..026e748d186 100644
--- a/testsuite/integration-arquillian/servers/auth-server/quarkus/ant/configure.xml
+++ b/testsuite/integration-arquillian/servers/auth-server/quarkus/ant/configure.xml
@@ -5,6 +5,7 @@
Re-augmenting...
+