Skip to content

Commit

Permalink
Fix --path for bridge-auth-delete
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlimg committed Oct 28, 2023
1 parent 54d14b5 commit 7e130eb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,8 @@ func removeAuthorizer(t *test.SystemTest, clientID string, retry bool) ([]string
cmd := fmt.Sprintf(`
./zwallet bridge-auth-delete --silent
--configDir ./config
--path %s
--wallet wallets/sc_owner_wallet.json
--id %s`,
configDir, clientID)
--id %s`, clientID)

if retry {
return cliutils.RunCommand(t, cmd, 3, time.Second*2)
Expand Down

0 comments on commit 7e130eb

Please sign in to comment.