Skip to content

Commit

Permalink
fix sd address for test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Feb 1, 2024
1 parent fbd8087 commit b10c45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/integration/env_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ func (env *TestEnv) visorTpExec(cmd string) ([]*skyvisor.TransportSummary, error
}

func (env *TestEnv) VPNList(visor string) ([]servicedisc.Service, error) {
cmd := fmt.Sprintf("/release/skywire-cli vpn --rpc %v:3435 list --sturl http://service-discovery:9098 --json", visor)
cmd := fmt.Sprintf("/release/skywire-cli vpn --rpc %v:3435 list --sdurl http://service-discovery:9098 --json", visor)
cliOutput := struct {
Output []servicedisc.Service `json:"output,omitempty"`
Err *string `json:"error,omitempty"`
Expand Down

0 comments on commit b10c45c

Please sign in to comment.