We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3805fa7 commit 5792514Copy full SHA for 5792514
lib/management/user.test.ts
@@ -7,7 +7,6 @@ import {
7
GenerateMagicLinkForTestResponse,
8
GenerateEnchantedLinkForTestResponse,
9
ProviderTokenResponse,
10
- UserStatus,
11
GenerateEmbeddedLinkResponse,
12
InviteBatchResponse,
13
} from './types';
@@ -503,7 +502,7 @@ describe('Management User', () => {
503
502
undefined,
504
505
506
- [UserStatus.enabled],
+ ['enabled'],
507
['a@b.com'],
508
['+11111111'],
509
);
@@ -514,7 +513,7 @@ describe('Management User', () => {
514
513
tenantIds: ['t1'],
515
roleNames: ['r1'],
516
limit: 100,
517
- statuses: [UserStatus.enabled],
+ statuses: ['enabled'],
518
emails: ['a@b.com'],
519
phones: ['+11111111'],
520
},
0 commit comments