Skip to content

Commit 2fd2487

Browse files
committed
fix tests
1 parent 3055872 commit 2fd2487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portal-options/service-providers/content-configuration-service-providers.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('ContentConfigurationServiceProvidersService', () => {
4545
).rejects.toThrow('Context with organization is required');
4646
});
4747

48-
it('throws if context organization is missing', async () => {
48+
it('returns welcome node config when on the base domain', async () => {
4949
context.isSubDomain = false;
5050
const result = await service.getServiceProviders(
5151
'token',

0 commit comments

Comments
 (0)