Skip to content

Commit f04ed0c

Browse files
committed
fix: missing proxyUrl test failure
1 parent e3b918b commit f04ed0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/ConfigLoader.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ describe('ConfigLoader', () => {
331331

332332
// Verify the loaded config has expected structure
333333
expect(config).to.be.an('object');
334-
expect(config).to.have.property('proxyUrl');
335334
expect(config).to.have.property('cookieSecret');
336335
});
337336

@@ -381,7 +380,6 @@ describe('ConfigLoader', () => {
381380

382381
// Verify the loaded config has expected structure
383382
expect(config).to.be.an('object');
384-
expect(config).to.have.property('proxyUrl');
385383
expect(config).to.have.property('cookieSecret');
386384
});
387385

0 commit comments

Comments
 (0)