Skip to content

Commit 0997951

Browse files
Updated siteId values
1 parent 6a4ec6b commit 0997951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/routers/participants/participantsKeyPairs.spec.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { getParticipantKeyPairs } from './participantsKeyPairs';
1313
const oneKeyPair: KeyPairDTO[] = [
1414
{
1515
name: faker.company.buzzNoun(),
16-
siteId: faker.number.int(10000),
16+
siteId: 11,
1717
subscriptionId: faker.string.alphanumeric(8),
1818
publicKey: faker.string.alphanumeric(140),
1919
created: faker.number.int(50000000),
@@ -24,15 +24,15 @@ const oneKeyPair: KeyPairDTO[] = [
2424
const multipleKeyPairs: KeyPairDTO[] = [
2525
{
2626
name: faker.company.buzzNoun(),
27-
siteId: faker.number.int(10000),
27+
siteId: 12,
2828
subscriptionId: faker.string.alphanumeric(8),
2929
publicKey: faker.string.alphanumeric(140),
3030
created: faker.number.int(50000000),
3131
disabled: false,
3232
},
3333
{
3434
name: faker.company.buzzNoun(),
35-
siteId: faker.number.int(10000),
35+
siteId: 12,
3636
subscriptionId: faker.string.alphanumeric(8),
3737
publicKey: faker.string.alphanumeric(140),
3838
created: faker.number.int(50000000),

0 commit comments

Comments
 (0)