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
23
23
[ InlineData ( ClaimTypes . MobilePhone , "110****2333" ) ]
24
24
[ InlineData ( Claims . IdentifyNumber , "1670" ) ]
25
25
[ 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" ) ]
28
28
[ InlineData ( Claims . IsMobileVerified , "True" ) ]
29
29
public async Task Can_Sign_In_Using_Kook ( string claimType , string claimValue )
30
30
=> await AuthenticateUserAndAssertClaimValue ( claimType , claimValue ) ;
Original file line number Diff line number Diff line change 25
25
"online" : false ,
26
26
"os" : " iOS" ,
27
27
"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" ,
30
30
"bot" : true ,
31
31
"mobile" : " 110****2333" ,
32
32
"mobile_verified" : true
You can’t perform that action at this time.
0 commit comments