Skip to content

Commit

Permalink
fix unit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Oren committed Apr 11, 2023
1 parent f2a76fa commit 46384ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clients/key_flow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func TestKeyFlow_validateToken(t *testing.T) {
wantErr bool
}{
{"no token", "", false, false},
{"fail", "bad token", false, true},
{"bad token - ask to recreate", "bad token", false, false},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
Expand Down

0 comments on commit 46384ff

Please sign in to comment.