diff --git a/media/src/it/resources/application.properties b/media/src/it/resources/application.properties index 8b105531e7..01842873a9 100644 --- a/media/src/it/resources/application.properties +++ b/media/src/it/resources/application.properties @@ -1,5 +1,5 @@ # Setting Spring context path & port -server.servlet.context-path=/v2 +server.servlet.context-path=/v1 server.port=8092 # Setting Spring profile diff --git a/webhook/src/it/resources/application.properties b/webhook/src/it/resources/application.properties index e28f77cb70..e4de2e90f6 100644 --- a/webhook/src/it/resources/application.properties +++ b/webhook/src/it/resources/application.properties @@ -2,6 +2,8 @@ server.servlet.context-path=/webhook server.port=8092 +spring.application.name=webhook + # Setting Spring profile spring.profiles.active=test