@@ -19,8 +19,8 @@ module.exports = {
19
19
20
20
const replicatorDoc = {
21
21
_id : 'existing-doc-id-view-doc' ,
22
- source : "https://source-db.com" ,
23
- target : "https://target-db.com"
22
+ source : "https://source-db.com.test " ,
23
+ target : "https://target-db.com.test "
24
24
} ;
25
25
client
26
26
. deleteDatabase ( '_replicator' )
@@ -43,8 +43,8 @@ module.exports = {
43
43
44
44
const replicatorDoc = {
45
45
_id : 'existing-doc-id-edit-doc' ,
46
- source : "https://source-db.com" ,
47
- target : "https://target-db.com"
46
+ source : "https://source-db.com.test " ,
47
+ target : "https://target-db.com.test "
48
48
} ;
49
49
client
50
50
. deleteDatabase ( '_replicator' )
@@ -68,14 +68,14 @@ module.exports = {
68
68
69
69
const replicatorDoc1 = {
70
70
_id : 'existing-doc-id-filter1' ,
71
- source : "https://source-db.com" ,
72
- target : "https://target-db.com"
71
+ source : "https://source-db.com.test " ,
72
+ target : "https://target-db.com.test "
73
73
} ;
74
74
75
75
const replicatorDoc2 = {
76
76
_id : 'existing-doc-filter2' ,
77
- source : "https://source-db2.com" ,
78
- target : "https://target-db.com"
77
+ source : "https://source-db2.com.test " ,
78
+ target : "https://target-db.com.test "
79
79
} ;
80
80
client
81
81
. deleteDatabase ( '_replicator' )
@@ -102,14 +102,14 @@ module.exports = {
102
102
103
103
const replicatorDoc1 = {
104
104
_id : 'existing-doc-id-filter1' ,
105
- source : "https://source-db.com" ,
106
- target : "https://target-db.com"
105
+ source : "https://source-db.com.test " ,
106
+ target : "https://target-db.com.test "
107
107
} ;
108
108
109
109
const replicatorDoc2 = {
110
110
_id : 'existing-doc-filter2' ,
111
- source : "https://source-db2.com" ,
112
- target : "https://target-db.com"
111
+ source : "https://source-db2.com.test " ,
112
+ target : "https://target-db.com.test "
113
113
} ;
114
114
client
115
115
. deleteDatabase ( '_replicator' )
@@ -139,38 +139,38 @@ module.exports = {
139
139
140
140
const replicatorDoc1 = {
141
141
_id : 'existing-doc-id-display' ,
142
- source : "https://source-db.com" ,
143
- target : "https://target-db.com"
142
+ source : "https://source-db.com.test " ,
143
+ target : "https://target-db.com.test "
144
144
} ;
145
145
146
146
const replicatorDoc2 = {
147
147
_id : 'existing-doc-id-display2' ,
148
- source : "https://source-db2.com" ,
149
- target : "https://target-db.com"
148
+ source : "https://source-db2.com.test " ,
149
+ target : "https://target-db.com.test "
150
150
} ;
151
151
152
152
const replicatorDoc3 = {
153
153
_id : 'existing-doc-id-display3' ,
154
- source : "https://source-db3.com" ,
155
- target : "https://target-db.com"
154
+ source : "https://source-db3.com.test " ,
155
+ target : "https://target-db.com.test "
156
156
} ;
157
157
158
158
const replicatorDoc4 = {
159
159
_id : 'existing-doc-id-display4' ,
160
- source : "https://source-db4.com" ,
161
- target : "https://target-db.com"
160
+ source : "https://source-db4.com.test " ,
161
+ target : "https://target-db.com.test "
162
162
} ;
163
163
164
164
const replicatorDoc5 = {
165
165
_id : 'existing-doc-id-display5' ,
166
- source : "https://source-db5.com" ,
167
- target : "https://target-db.com"
166
+ source : "https://source-db5.com.test " ,
167
+ target : "https://target-db.com.test "
168
168
} ;
169
169
170
170
const replicatorDoc6 = {
171
171
_id : 'existing-doc-id-display6' ,
172
- source : "https://source-db6.com" ,
173
- target : "https://target-db.com"
172
+ source : "https://source-db6.com.test " ,
173
+ target : "https://target-db.com.test "
174
174
} ;
175
175
176
176
client
0 commit comments