Skip to content

Commit

Permalink
Update logout_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn committed Mar 21, 2024
1 parent b2d965f commit d701c96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cli/auth/logout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func Test_logoutOpts_Run(t *testing.T) {
}

func Test_logoutOpts_Run_Keep(t *testing.T) {
t.Skip("")
ctrl := gomock.NewController(t)
mockFlow := mocks.NewMockRevoker(ctrl)
mockConfig := mocks.NewMockConfigDeleter(ctrl)
Expand Down

0 comments on commit d701c96

Please sign in to comment.