Skip to content

Commit 01df7c1

Browse files
one more env var ref fix
1 parent f3fb816 commit 01df7c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/components/dockercompose/billing_platform_service/billing_platform_service.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ func New(in *Input) (*Output, error) {
159159
stack.WaitForService(DEFAULT_BILLING_PLATFORM_SERVICE_SERVICE_NAME,
160160
wait.ForAll(
161161
wait.ForLog("GRPC server is live").WithPollInterval(200*time.Millisecond),
162-
wait.ForListeningPort(nat.Port(envVars["BILLING_SERVICE_PORT"])),
163-
wait.ForListeningPort(nat.Port(envVars["CREDIT_RESERVATION_SERVICE_PORT"])),
162+
wait.ForListeningPort(nat.Port(envVars["BILLING_SERVER_PORT"])),
163+
wait.ForListeningPort(nat.Port(envVars["CREDIT_RESERVATION_SERVER_PORT"])),
164164
).WithDeadline(1*time.Minute),
165165
)
166166

0 commit comments

Comments
 (0)