Skip to content

Commit e36b399

Browse files
committed
chore: replaced uid and other data
1 parent 623f5b7 commit e36b399

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

test/unit/mock/objects.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -685,18 +685,18 @@ const branchMergeQueueFindMock = {
685685

686686
const installationConfigLocationMock = {
687687
uid: 'Installation_UID',
688-
created_at: '2023-02-28T09:41:01.288Z',
689-
updated_at: '2023-02-28T09:41:01.288Z',
690-
created_by: 'blt22e22222d22d2f22222a2b2f',
691-
updated_by: 'blt22e22222d22d2f22222a2b2f',
688+
created_at: 'created_at_date',
689+
updated_at: 'updated_at_date',
690+
created_by: 'created_by_author',
691+
updated_by: 'updated_by_author',
692692
tags: [],
693693
ACL: [],
694694
_version: 1,
695695
title: 'App Name',
696696
config: {},
697697
type: 'stack_config_widget',
698-
app_installation_uid: '***REMOVED***',
699-
app_uid: '***REMOVED***',
698+
app_installation_uid: 'app_installation_uid',
699+
app_uid: 'app_uid',
700700
signed: true,
701701
enable: true,
702702
src: 'http://localhost:3000/config'
@@ -723,15 +723,15 @@ const installedStacksMock = {
723723
const auditLogItemMock = {
724724
logs: {
725725
uid: 'UID',
726-
stack: 'blt8d542b122115b153',
726+
stack: 'stack_uid',
727727
created_at: 'created_at_date',
728-
created_by: 'blt7b815b05d2fe5dd8',
728+
created_by: 'created_by_author',
729729
module: 'environment',
730730
event_type: 'create',
731731
request_id: '86352',
732732
metadata: {
733733
title: 'production',
734-
uid: 'blt2c60160a046ce26d'
734+
uid: 'uid'
735735
},
736736
remote_addr: '202.179.94.0',
737737
request: {
@@ -761,11 +761,11 @@ const auditLogItemMock = {
761761
}
762762
],
763763
name: 'production',
764-
uid: 'blt2c60160a046ce26d',
765-
created_by: 'blt7b815b05d2fe5dd8',
766-
updated_by: 'blt7b815b05d2fe5dd8',
767-
created_at: '2021-08-19T12:37:44.414Z',
768-
updated_at: '2021-08-19T12:37:44.414Z',
764+
uid: 'UID',
765+
created_by: 'created_by_author',
766+
updated_by: 'updated_by_author',
767+
created_at: 'created_at_date',
768+
updated_at: 'updated_at_date',
769769
ACL: {},
770770
_version: 1,
771771
isEnvironment: true

0 commit comments

Comments
 (0)