Skip to content

Commit

Permalink
Test out pinging pubsub ip
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Aug 7, 2024
1 parent 9805f98 commit 9838c92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ func (suite *TreatmentServiceTestSuite) SetupSuite() {
if err != nil {
panic(err)
}
pubsubEmulatorAddress = fmt.Sprintf("%s:%d", pubsubIp, "8085")
pubsubEmulatorAddress = fmt.Sprintf("%s:%s", pubsubIp, "8085")
} else {
mappedPort, err := emulator.MappedPort(ctx, "9093/tcp")
if err != nil {
Expand Down

0 comments on commit 9838c92

Please sign in to comment.