Skip to content

Commit

Permalink
rebase cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Guba <oleg@dropbox.com>
  • Loading branch information
veshij committed Oct 22, 2022
1 parent 87add23 commit 782774a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/framework/e2e/etcdctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ func (ctl *EtcdctlV3) AlarmDisarm(ctx context.Context, _ *clientv3.AlarmMember)
func (ctl *EtcdctlV3) AuthEnable(ctx context.Context) (*clientv3.AuthEnableResponse, error) {
args := []string{"auth", "enable"}
cmd, err := SpawnCmd(ctl.cmdArgs(args...), nil)

if err != nil {
return nil, err
}
Expand All @@ -484,7 +483,6 @@ func (ctl *EtcdctlV3) AuthEnable(ctx context.Context) (*clientv3.AuthEnableRespo
func (ctl *EtcdctlV3) AuthDisable(ctx context.Context) (*clientv3.AuthDisableResponse, error) {
args := []string{"auth", "disable"}
cmd, err := SpawnCmd(ctl.cmdArgs(args...), nil)

if err != nil {
return nil, err
}
Expand Down

0 comments on commit 782774a

Please sign in to comment.