File tree 1 file changed +1
-1
lines changed
test/GSS.Authentication.CAS.AspNetCore.Tests 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ public async Task ValidatingAndCreatingTicketSuccess_ShouldResponseWithAuthCooki
106
106
var cookies = signinResponse . Headers . GetValues ( "Set-Cookie" ) ;
107
107
Assert . Equal ( 2 , cookies . Count ( ) ) ;
108
108
Assert . Contains ( cookies , x => x . StartsWith ( CookieAuthenticationDefaults . CookiePrefix + CookieAuthenticationDefaults . AuthenticationScheme ) ) ;
109
- Assert . Contains ( cookies , x => x . StartsWith ( $ "{ CookieAuthenticationDefaults . CookiePrefix } Correlation. { CasDefaults . AuthenticationType } ") ) ;
109
+ Assert . Contains ( cookies , x => x . StartsWith ( $ "{ CookieAuthenticationDefaults . CookiePrefix } Correlation") ) ;
110
110
Assert . Equal ( "/" , signinResponse . Headers . Location . OriginalString ) ;
111
111
112
112
using var authorizedRequest = signinResponse . GetRequest ( "/" ) ;
You can’t perform that action at this time.
0 commit comments