Skip to content

Commit

Permalink
fix vpn-test after recent changes on skywire vpn commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Feb 1, 2024
1 parent 27de6c8 commit 344d58e
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 -n 1 --json", visor)
cmd := fmt.Sprintf("/release/skywire-cli vpn --rpc %v:3435 list --json", visor)
cliOutput := struct {
Output []servicedisc.Service `json:"output,omitempty"`
Err *string `json:"error,omitempty"`
Expand Down

0 comments on commit 344d58e

Please sign in to comment.