We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a0a59 commit 6042fa5Copy full SHA for 6042fa5
1 file changed
e2e/npm_translate_lock_dynamic_auth/test.sh
@@ -41,7 +41,7 @@ cleanup() {
41
trap cleanup EXIT
42
43
echo -e "${BLUE}Test 1: Fetch with valid token${NC}"
44
-cat > ~/.npmrc << EOF
+cat >~/.npmrc <<EOF
45
_authToken=${ASPECT_NPM_AUTH_TOKEN}
46
EOF
47
touch ~/.npmrc.test
@@ -57,7 +57,7 @@ fi
57
echo ""
58
59
echo -e "${BLUE}Test 2: Fetch with broken token (empty repository cache)${NC}"
60
61
_authToken=BROKEN_TOKEN_SHOULD_CAUSE_401
62
63
@@ -80,7 +80,7 @@ fi
80
81
82
echo -e "${BLUE}Test 3: Fetch with restored valid token${NC}"
83
84
85
86
0 commit comments