Skip to content

Commit

Permalink
fix ut address for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Feb 1, 2024
1 parent b10c45c commit a84c785
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 --sdurl http://service-discovery:9098 --json", visor)
cmd := fmt.Sprintf("/release/skywire-cli vpn --rpc %v:3435 list --sdurl http://service-discovery:9098 --uturl http://uptime-tracker:9096 --json", visor)
cliOutput := struct {
Output []servicedisc.Service `json:"output,omitempty"`
Err *string `json:"error,omitempty"`
Expand Down

0 comments on commit a84c785

Please sign in to comment.