@@ -52,6 +52,7 @@ describe('PUT /registry/{name}', () => {
52
52
patch : 0 ,
53
53
} ) , {
54
54
registry : 'https://example.com' ,
55
+ apiEndpoint : 'https://example.com/prod/registry' ,
55
56
user : stub ( ) ,
56
57
log : {
57
58
info : stub ( ) ,
@@ -76,6 +77,7 @@ describe('PUT /registry/{name}', () => {
76
77
patch : 0 ,
77
78
} ) , {
78
79
registry : 'https://example.com' ,
80
+ apiEndpoint : 'https://example.com/prod/registry' ,
79
81
user : stub ( ) ,
80
82
log : {
81
83
error : stub ( ) ,
@@ -101,6 +103,7 @@ describe('PUT /registry/{name}', () => {
101
103
patch : 0 ,
102
104
} ) , {
103
105
registry : 'https://example.com' ,
106
+ apiEndpoint : 'https://example.com/prod/registry' ,
104
107
user : stub ( ) ,
105
108
log : {
106
109
info : stub ( ) ,
@@ -130,6 +133,7 @@ describe('PUT /registry/{name}', () => {
130
133
patch : 0 ,
131
134
} ) , {
132
135
registry : 'https://example.com' ,
136
+ apiEndpoint : 'https://example.com/prod/registry' ,
133
137
user : stub ( ) ,
134
138
log : {
135
139
info : stub ( ) ,
@@ -168,6 +172,7 @@ describe('PUT /registry/{name}', () => {
168
172
patch : 0 ,
169
173
} ) , {
170
174
registry : 'https://example.com' ,
175
+ apiEndpoint : 'https://example.com/prod/registry' ,
171
176
user : stub ( ) ,
172
177
log : {
173
178
info : stub ( ) ,
@@ -192,6 +197,7 @@ describe('PUT /registry/{name}', () => {
192
197
patch : 0 ,
193
198
} ) , {
194
199
registry : 'https://example.com' ,
200
+ apiEndpoint : 'https://example.com/prod/registry' ,
195
201
user : stub ( ) ,
196
202
log : {
197
203
error : stub ( ) ,
@@ -218,6 +224,7 @@ describe('PUT /registry/{name}', () => {
218
224
patch : 0 ,
219
225
} ) , {
220
226
registry : 'https://example.com' ,
227
+ apiEndpoint : 'https://example.com/prod/registry' ,
221
228
user : stub ( ) ,
222
229
log : {
223
230
error : stub ( ) ,
@@ -255,6 +262,7 @@ describe('PUT /registry/{name}', () => {
255
262
patch : 0 ,
256
263
} ) , {
257
264
registry : 'https://example.com' ,
265
+ apiEndpoint : 'https://example.com/prod/registry' ,
258
266
user : stub ( ) ,
259
267
log : {
260
268
error : stub ( ) ,
@@ -298,6 +306,7 @@ describe('PUT /registry/{name}', () => {
298
306
patch : 0 ,
299
307
} ) , {
300
308
registry : 'https://example.com' ,
309
+ apiEndpoint : 'https://example.com/prod/registry' ,
301
310
user : stub ( ) ,
302
311
log : {
303
312
error : stub ( ) ,
@@ -335,6 +344,7 @@ describe('PUT /registry/{name}', () => {
335
344
patch : 0 ,
336
345
} ) , {
337
346
registry : 'https://example.com' ,
347
+ apiEndpoint : 'https://example.com/prod/registry' ,
338
348
user : stub ( ) ,
339
349
log : {
340
350
error : stub ( ) ,
0 commit comments