@@ -96,9 +96,6 @@ describe('Generated Config (QuickType)', () => {
9696 sink : [
9797 {
9898 type : 'fs' ,
99- params : {
100- filepath : './.' ,
101- } ,
10299 enabled : true ,
103100 } ,
104101 ] ,
@@ -149,7 +146,7 @@ describe('Generated Config (QuickType)', () => {
149146 { project : 'proj2' , name : 'repo2' , url : 'https://github.com/proj2/repo2.git' } ,
150147 ] ,
151148 authentication : [ { type : 'local' , enabled : true } ] ,
152- sink : [ { type : 'fs' , params : { filepath : './.' } , enabled : true } ] ,
149+ sink : [ { type : 'fs' , enabled : true } ] ,
153150 plugins : [ 'plugin1' , 'plugin2' ] ,
154151 privateOrganizations : [ 'org1' , 'org2' ] ,
155152 } ;
@@ -167,7 +164,7 @@ describe('Generated Config (QuickType)', () => {
167164 proxyUrl : 'https://proxy.example.com' ,
168165 cookieSecret : 'secret' ,
169166 authentication : [ { type : 'local' , enabled : true } ] ,
170- sink : [ { type : 'fs' , params : { filepath : './.' } , enabled : true } ] ,
167+ sink : [ { type : 'fs' , enabled : true } ] ,
171168 tls : {
172169 enabled : true ,
173170 key : '/path/to/key.pem' ,
@@ -197,7 +194,7 @@ describe('Generated Config (QuickType)', () => {
197194 proxyUrl : 'https://proxy.example.com' ,
198195 cookieSecret : 'secret' ,
199196 authentication : [ { type : 'local' , enabled : true } ] ,
200- sink : [ { type : 'fs' , params : { filepath : './.' } , enabled : true } ] ,
197+ sink : [ { type : 'fs' , enabled : true } ] ,
201198
202199 api : {
203200 ls : {
@@ -236,7 +233,7 @@ describe('Generated Config (QuickType)', () => {
236233 proxyUrl : 'https://proxy.example.com' ,
237234 cookieSecret : 'secret' ,
238235 authentication : [ { type : 'local' , enabled : true } ] ,
239- sink : [ { type : 'fs' , params : { filepath : './.' } , enabled : true } ] ,
236+ sink : [ { type : 'fs' , enabled : true } ] ,
240237
241238 // Test different array structures
242239 authorisedList : [
@@ -267,7 +264,7 @@ describe('Generated Config (QuickType)', () => {
267264 proxyUrl : 'https://proxy.example.com' ,
268265 cookieSecret : 'secret' ,
269266 authentication : [ { type : 'local' , enabled : true } ] ,
270- sink : [ { type : 'fs' , params : { filepath : './.' } , enabled : true } ] ,
267+ sink : [ { type : 'fs' , enabled : true } ] ,
271268
272269 sessionMaxAgeHours : 0 ,
273270 csrfProtection : false ,
@@ -313,7 +310,7 @@ describe('Generated Config (QuickType)', () => {
313310 proxyUrl : 'https://proxy.example.com' ,
314311 cookieSecret : null ,
315312 authentication : [ { type : 'local' , enabled : true } ] ,
316- sink : [ { type : 'fs' , params : { filepath : './.' } , enabled : true } ] ,
313+ sink : [ { type : 'fs' , enabled : true } ] ,
317314 contactEmail : null ,
318315 urlShortener : null ,
319316 } ;
@@ -328,7 +325,7 @@ describe('Generated Config (QuickType)', () => {
328325 proxyUrl : 'https://test.com' ,
329326 cookieSecret : 'secret' ,
330327 authentication : [ { type : 'local' , enabled : true } ] ,
331- sink : [ { type : 'fs' , params : { filepath : './.' } , enabled : true } ] ,
328+ sink : [ { type : 'fs' , enabled : true } ] ,
332329 rateLimit : {
333330 windowMs : 60000 ,
334331 limit : 150 ,
0 commit comments