@@ -13,7 +13,7 @@ import { getParticipantKeyPairs } from './participantsKeyPairs';
13
13
const oneKeyPair : KeyPairDTO [ ] = [
14
14
{
15
15
name : faker . company . buzzNoun ( ) ,
16
- siteId : faker . number . int ( 10000 ) ,
16
+ siteId : 11 ,
17
17
subscriptionId : faker . string . alphanumeric ( 8 ) ,
18
18
publicKey : faker . string . alphanumeric ( 140 ) ,
19
19
created : faker . number . int ( 50000000 ) ,
@@ -24,15 +24,15 @@ const oneKeyPair: KeyPairDTO[] = [
24
24
const multipleKeyPairs : KeyPairDTO [ ] = [
25
25
{
26
26
name : faker . company . buzzNoun ( ) ,
27
- siteId : faker . number . int ( 10000 ) ,
27
+ siteId : 12 ,
28
28
subscriptionId : faker . string . alphanumeric ( 8 ) ,
29
29
publicKey : faker . string . alphanumeric ( 140 ) ,
30
30
created : faker . number . int ( 50000000 ) ,
31
31
disabled : false ,
32
32
} ,
33
33
{
34
34
name : faker . company . buzzNoun ( ) ,
35
- siteId : faker . number . int ( 10000 ) ,
35
+ siteId : 12 ,
36
36
subscriptionId : faker . string . alphanumeric ( 8 ) ,
37
37
publicKey : faker . string . alphanumeric ( 140 ) ,
38
38
created : faker . number . int ( 50000000 ) ,
0 commit comments