Преглед изворни кода

:card_file_box: Added test certifications to tags table

tags/0.0.3^2
tomit4 пре 3 година
родитељ
комит
16e02c57ef
1 измењених фајлова са 30 додато и 1 уклоњено
  1. 30
    1
      backend/db/data-generator/mock.js

+ 30
- 1
backend/db/data-generator/mock.js Прегледај датотеку

50
             tag_description: 'user_email',
50
             tag_description: 'user_email',
51
             is_active: true,
51
             is_active: true,
52
         },
52
         },
53
+        {
54
+            tag_id: 9,
55
+            tag_category: 'healthcare--certification',
56
+            tag_description: 'ADM-BC',
57
+            is_active: true,
58
+        },
59
+        {
60
+            tag_id: 10,
61
+            tag_category: 'healthcare--certification',
62
+            tag_description: 'CBHC',
63
+            is_active: true,
64
+        },
65
+        {
66
+            tag_id: 11,
67
+            tag_category: 'healthcare--certification',
68
+            tag_description: 'CEN',
69
+            is_active: true,
70
+        },
71
+        {
72
+            tag_id: 12,
73
+            tag_category: 'healthcare--certification',
74
+            tag_description: 'CFRN',
75
+            is_active: true,
76
+        },
77
+        {
78
+            tag_id: 13,
79
+            tag_category: 'healthcare--certification',
80
+            tag_description: 'CMCN',
81
+            is_active: true,
82
+        },
53
     ],
83
     ],
54
     tag_associations: [
84
     tag_associations: [
55
         {
85
         {
395
             tag_id: 7,
425
             tag_id: 7,
396
             is_deleted: false,
426
             is_deleted: false,
397
         },
427
         },
398
-
399
     ],
428
     ],
400
     response_keys: [
429
     response_keys: [
401
         {
430
         {

Loading…
Откажи
Сачувај