Skip to content

Commit

Permalink
fix VisorTpRm test command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Feb 6, 2024
1 parent 68305a6 commit 38eb4ba
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 @@ -357,7 +357,7 @@ func (env *TestEnv) VisorTpAdd(visor, pk string, tpType network.Type) (*skyvisor
}

func (env *TestEnv) VisorTpRm(visor string, tpID uuid.UUID) (string, error) {
cmd := fmt.Sprintf("/release/skywire-cli visor --rpc %v:3435 tp rm %v --json", visor, tpID)
cmd := fmt.Sprintf("/release/skywire-cli visor --rpc %v:3435 tp rm -i %v --json", visor, tpID)
return env.ExecJSONReturnString(cmd)
}

Expand Down

0 comments on commit 38eb4ba

Please sign in to comment.