Skip to content

Commit 08b7c08

Browse files
committed
Set AllowedDomains for invite link in OrganizationInviteLinksControllerTests
1 parent b5f31c0 commit 08b7c08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/Api.Test/AdminConsole/Controllers/OrganizationInviteLinksControllerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public async Task Get_WhenLinkExists_ReturnsOkWithModel(
8181
SutProvider<OrganizationInviteLinksController> sutProvider)
8282
{
8383
inviteLink.OrganizationId = orgId;
84+
inviteLink.AllowedDomains = "[\"acme.com\"]";
8485

8586
sutProvider.GetDependency<IGetOrganizationInviteLinkQuery>()
8687
.GetAsync(orgId)

0 commit comments

Comments
 (0)