Skip to content

Commit ed3f948

Browse files
Update src/Authentication/Authentication.Test/Helpers/AuthenticationHelpersTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9a7913e commit ed3f948

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Authentication/Authentication.Test/Helpers/AuthenticationHelpersTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,6 @@ await AuthenticationHelpers.SignInAsync(
623623
Assert.True(signInContext.IsCaeEnabled,
624624
"SignInAsync must pass isCaeEnabled: true to GetTokenAsync.");
625625
Assert.NotNull(providerContext);
626-
"SignInAsync must pass isCaeEnabled: true to GetTokenAsync.");
627626
Assert.True(providerContext.IsCaeEnabled,
628627
"AzureIdentityAccessTokenProvider must forward isCaeEnabled: true.");
629628

0 commit comments

Comments
 (0)