Skip to content

Commit cbfe3c1

Browse files
glasntiennae
andauthored
fix: remove unneeded proxy (#4039)
Co-authored-by: Jennifer Davis <[email protected]>
1 parent 7ac230e commit cbfe3c1

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

run/idp-sql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"start": "node index.js",
1717
"unit-test": "c8 mocha -p -j 2 test/app.test.js --timeout=120000 --exit",
18-
"system-test": "test/proxy-setup.sh && c8 mocha -p -j 2 test/system.test.js --timeout=1800000 --exit",
18+
"system-test": "c8 mocha -p -j 2 test/system.test.js --timeout=1800000 --exit",
1919
"all-test": "npm run unit-test && npm run system-test",
2020
"test": "npm -- run all-test"
2121
},

run/idp-sql/test/proxy-setup.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)