Skip to content

Commit

Permalink
Not todo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Jan 10, 2025
1 parent 40eddb4 commit 11118da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/e2e/skr-tester/pkg/command/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ func (cmd *UpdateCommand) Run() error {
}
fmt.Printf("Update operationID: %s\n", resp["operation"].(string))
} else if cmd.updateAdministrators {
//TODO print current admnistrators
newAdministrators := []string{"[email protected]", "[email protected]"}
fmt.Printf("Determined administrators to update: %v\n", newAdministrators)
resp, err := brokerClient.UpdateInstance(cmd.instanceID, map[string]interface{}{"administrators": newAdministrators})
Expand Down

0 comments on commit 11118da

Please sign in to comment.