diff --git a/packages/oidc-middleware/package.json b/packages/oidc-middleware/package.json index 57a9fd77..c955f610 100644 --- a/packages/oidc-middleware/package.json +++ b/packages/oidc-middleware/package.json @@ -20,7 +20,7 @@ "test": "yarn lint && yarn test:unit && yarn test:e2e && yarn test:integration", "pretest:e2e": "../../scripts/update_se_drivers.sh", "test:e2e": "protractor test/e2e/protractor.conf.js", - "test:integration": "../../scripts/tck.sh 0.4.0-SNAPSHOT", + "test:integration": "../../scripts/tck.sh 0.4.0", "test:unit": "jest test/unit", "start": "node test/e2e/harness/start-server.js", "start:custom": "node test/e2e/harness/start-custom-login-server.js" diff --git a/scripts/tck.sh b/scripts/tck.sh index 994d2613..3f64e45d 100755 --- a/scripts/tck.sh +++ b/scripts/tck.sh @@ -2,7 +2,7 @@ if [ -z "$1" ] then - TCK_VERSION=0.5.4-SNAPSHOT + TCK_VERSION=0.5.5 else TCK_VERSION=$1 fi