Skip to content

Commit

Permalink
[Webhook] Write Test for Webhook module (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtranq-nashtechglobal committed Sep 3, 2024
1 parent 2ce3887 commit d47735b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion media/src/it/resources/application.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions webhook/src/it/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
server.servlet.context-path=/webhook
server.port=8092

spring.application.name=webhook

# Setting Spring profile
spring.profiles.active=test

Expand Down

0 comments on commit d47735b

Please sign in to comment.