Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/git-proxy",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "Deploy custom push protections and policies on top of Git.",
"scripts": {
"cli": "node ./packages/git-proxy-cli/index.js",
Expand Down
2 changes: 0 additions & 2 deletions test/ConfigLoader.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ describe('ConfigLoader', () => {

// Verify the loaded config has expected structure
expect(config).to.be.an('object');
expect(config).to.have.property('proxyUrl');
expect(config).to.have.property('cookieSecret');
});

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

// Verify the loaded config has expected structure
expect(config).to.be.an('object');
expect(config).to.have.property('proxyUrl');
expect(config).to.have.property('cookieSecret');
});

Expand Down
Loading