Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit afa123f

Browse files
committed
switch to newer openwhisk-client-js branch
Fixes #974
1 parent 632aec4 commit afa123f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"debug": "^3.1.0",
1818
"htmlparser2": "^3.9.2",
1919
"js-beautify": "1.7.5",
20-
"openwhisk": "git://github.com/starpit/openwhisk-client-js.git#add_client_timeout2",
20+
"openwhisk": "git://github.com/starpit/openwhisk-client-js.git#add_client_timeout3",
2121
"parse-duration": "^0.1.1",
2222
"promise-retry": "^1.1.1",
2323
"properties-parser": "^0.3.1",

tests/bin/runTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [ -n "$LAYER" ]; then
3636
export TEST_ORG=""
3737
export TEST_SPACE="ns${LAYER}"
3838

39-
echo "Key from layer $TEST_SPACE"
39+
echo "Key from layer $TEST_SPACE $AUTH"
4040

4141
if [ -f "$DIR/${LAYER}b" ]; then
4242
# some layers need a second auth and namespace

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"expand-home-dir": "0.0.3",
2828
"is-url": "^1.2.4",
2929
"mocha": "^3.4.2",
30-
"openwhisk": "git://github.com/starpit/openwhisk-client-js.git#add_client_timeout2",
30+
"openwhisk": "git://github.com/starpit/openwhisk-client-js.git#add_client_timeout3",
3131
"promise-retry": "^1.1.1",
3232
"properties-parser": "^0.3.1",
3333
"request": "^2.85.0",

0 commit comments

Comments
 (0)