File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/AspNet.Security.OAuth.Providers.Tests/Kook Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ protected internal override void RegisterAuthentication(AuthenticationBuilder bu
2323 [ InlineData ( ClaimTypes . MobilePhone , "110****2333" ) ]
2424 [ InlineData ( Claims . IdentifyNumber , "1670" ) ]
2525 [ InlineData ( Claims . OperatingSystem , "iOS" ) ]
26- [ InlineData ( Claims . AvatarUrl , "https://xxx .com/assets/avatar.png/icon" ) ]
27- [ InlineData ( Claims . BannerUrl , "https://xxx .com/assets/banner.png/icon" ) ]
26+ [ InlineData ( Claims . AvatarUrl , "https://example .com/assets/avatar.png/icon" ) ]
27+ [ InlineData ( Claims . BannerUrl , "https://example .com/assets/banner.png/icon" ) ]
2828 [ InlineData ( Claims . IsMobileVerified , "True" ) ]
2929 public async Task Can_Sign_In_Using_Kook ( string claimType , string claimValue )
3030 => await AuthenticateUserAndAssertClaimValue ( claimType , claimValue ) ;
Original file line number Diff line number Diff line change 2525 "online" : false ,
2626 "os" : " iOS" ,
2727 "status" : 0 ,
28- "avatar" : " https://xxx .com/assets/avatar.png/icon" ,
29- "banner" : " https://xxx .com/assets/banner.png/icon" ,
28+ "avatar" : " https://example .com/assets/avatar.png/icon" ,
29+ "banner" : " https://example .com/assets/banner.png/icon" ,
3030 "bot" : true ,
3131 "mobile" : " 110****2333" ,
3232 "mobile_verified" : true
You can’t perform that action at this time.
0 commit comments