Skip to content

Commit

Permalink
using GetEndpointFromPort in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhuie19 committed Sep 6, 2024
1 parent 86d76bb commit 261d655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/docker/test_env/cl_node.go
Original file line number Diff line number Diff line change
@@ -323,7 +323,7 @@ func (n *ClNode) containerStartOrRestart(restartDb bool) error {
return fmt.Errorf("%s err: %w", ErrStartCLNodeContainer, err)
}

clEndpoint, err := test_env.GetEndpoint(testcontext.Get(n.t), container, "http")
clEndpoint, err := test_env.GetEndpointFromPort(testcontext.Get(n.t), container, "http", "6688")
if err != nil {
return err
}

0 comments on commit 261d655

Please sign in to comment.