Skip to content

Commit 6042fa5

Browse files
committed
fix formatting
1 parent 70a0a59 commit 6042fa5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • e2e/npm_translate_lock_dynamic_auth

e2e/npm_translate_lock_dynamic_auth/test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cleanup() {
4141
trap cleanup EXIT
4242

4343
echo -e "${BLUE}Test 1: Fetch with valid token${NC}"
44-
cat > ~/.npmrc << EOF
44+
cat >~/.npmrc <<EOF
4545
_authToken=${ASPECT_NPM_AUTH_TOKEN}
4646
EOF
4747
touch ~/.npmrc.test
@@ -57,7 +57,7 @@ fi
5757
echo ""
5858

5959
echo -e "${BLUE}Test 2: Fetch with broken token (empty repository cache)${NC}"
60-
cat > ~/.npmrc << EOF
60+
cat >~/.npmrc <<EOF
6161
_authToken=BROKEN_TOKEN_SHOULD_CAUSE_401
6262
EOF
6363

@@ -80,7 +80,7 @@ fi
8080
echo ""
8181

8282
echo -e "${BLUE}Test 3: Fetch with restored valid token${NC}"
83-
cat > ~/.npmrc << EOF
83+
cat >~/.npmrc <<EOF
8484
_authToken=${ASPECT_NPM_AUTH_TOKEN}
8585
EOF
8686

0 commit comments

Comments
 (0)