Skip to content

Commit f35ef2c

Browse files
authored
Update bundle for KOOK tests (#1021)
Switch to example domain.
1 parent e901403 commit f35ef2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/AspNet.Security.OAuth.Providers.Tests/Kook/KookTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

test/AspNet.Security.OAuth.Providers.Tests/Kook/bundle.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
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

0 commit comments

Comments
 (0)