Skip to content

Commit

Permalink
Remove unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Sep 19, 2024
1 parent 05907d8 commit d7a9a00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ func TestGetCurrentTokenWithCLIOverrideWithoutConfigFile(t *testing.T) {
zedtesting.BoolFlag{FlagName: "insecure", FlagValue: true, Changed: true},
)

bTrue := true

configStore := &storage.JSONConfigStore{ConfigPath: "/not/a/valid/path"}
secretStore := &storage.KeychainSecretStore{ConfigPath: "/not/a/valid/path"}
token, err := client.GetCurrentTokenWithCLIOverride(cmd, configStore, secretStore)
Expand Down

0 comments on commit d7a9a00

Please sign in to comment.