Skip to content

Commit

Permalink
Reverting erroneous change
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Feb 10, 2023
1 parent cd1776a commit d5779b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func TestGetAccessToken(t *testing.T) {
assert.Equal(t, mockAccessToken, getAccessToken(Tenant{Domain: mockTenantDomain, AccessToken: mockAccessToken}))
})

t.Run("returns access token if set on the keyring", func(t *testing.T) {
t.Run("returns chunked access token if set on the keyring", func(t *testing.T) {

accessTokenChunks := []string{"access-token-chunk0", "access-token-chunk1"}

Expand Down

0 comments on commit d5779b6

Please sign in to comment.