Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit e7dd9c8

Browse files
committed
fix tests
1 parent b935365 commit e7dd9c8

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

modules/twitch/auth/service/src/main/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ twitch.api.app-client-secret=${TWITCH_APP_CLIENT_SECRET}
2323
#Feign clients config
2424
funixproductions.api.encryption.app-domain-url=http://encryption
2525
funixproductions.api.user.app-domain-url=http://user
26+
funixproductions.api.twitch.eventsub.app-domain-url=http://twitch-eventsub
2627

2728
#Health check
2829
management.endpoints.web.exposure.include=health

modules/twitch/auth/service/src/test/resources/application.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ spring.jpa.hibernate.ddl-auto=create
1111

1212
#Feign clients config
1313
funixproductions.api.encryption.app-domain-url=http://encryption
14-
funixproductions.api.user.app-domain-url=http://user
14+
funixproductions.api.user.app-domain-url=http://user
15+
funixproductions.api.twitch.eventsub.app-domain-url=http://twitch-eventsub

modules/twitch/eventsub/service/src/main/resources/application.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ twitch.eventsub.hmac-secret-key=${TWITCH_EVENTSUB_HMAC_SECRET_KEY}
2929
funixproductions.api.user.app-domain-url=http://user
3030
funixproductions.api.twitch.auth.app-domain-url=http://twitch-auth
3131
funixproductions.api.twitch.reference.app-domain-url=http://twitch-reference
32-
funixproductions.api.twitch.eventsub.app-domain-url=http://twitch-eventsub
3332

3433

3534
#Sentry config

modules/twitch/eventsub/service/src/test/resources/application.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ spring.jpa.hibernate.ddl-auto=create
1313
funixproductions.api.user.app-domain-url=http://user
1414
funixproductions.api.twitch.auth.app-domain-url=http://twitch-auth
1515
funixproductions.api.twitch.reference.app-domain-url=http://twitch-reference
16-
funixproductions.api.twitch.eventsub.app-domain-url=http://twitch-eventsub
1716

1817
#TwitchApi config
1918
twitch.api.app-client-id=clientId

0 commit comments

Comments
 (0)