Skip to content

Commit

Permalink
fixed flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil-goel committed Aug 8, 2024
1 parent 843b5a4 commit fe7d7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql/e2e/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ import (
)

var (
Alpha1HTTP = testutil.ContainerAddr("alpha1", 8080)
Alpha1gRPC = testutil.ContainerAddr("alpha1", 9080)
Alpha1HTTP = testutil.ContainerAddr0("alpha1", 8080)
Alpha1gRPC = testutil.ContainerAddr0("alpha1", 9080)

GraphqlURL = "http://" + Alpha1HTTP + "/graphql"
GraphqlAdminURL = "http://" + Alpha1HTTP + "/admin"
Expand Down

0 comments on commit fe7d7eb

Please sign in to comment.