Skip to content

Commit 880fd99

Browse files
ndyakovCopilot
andauthored
Update identity/managed_identity_provider_test.go
Co-authored-by: Copilot <[email protected]>
1 parent d3fe73c commit 880fd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

identity/managed_identity_provider_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func TestRequestToken_ErrorCases(t *testing.T) {
174174
m.On("AcquireToken", mock.Anything, RedisResource).
175175
Return(public.AuthResult{}, errors.New("failed to acquire token"))
176176
},
177-
expectedError: "coudn't acquire token: failed to acquire token",
177+
expectedError: "couldn't acquire token: failed to acquire token",
178178
},
179179
{
180180
name: "AcquireToken fails with custom resource",

0 commit comments

Comments
 (0)