Skip to content

Commit

Permalink
Fix codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Nov 29, 2023
1 parent 801855f commit 0db9ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/database/tests/test_foxx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ then
"${FOXX_PREFIX}foxx" test -u "${local_DATABASE_USER}" \
-p "${PATH_TO_PASSWD_FILE}" \
--database "${local_DATABASE_NAME}" \
/api/${local_FOXX_MAJOR_API_VERSION} --reporter spec
"/api/${local_FOXX_MAJOR_API_VERSION}" --reporter spec
else
"${FOXX_PREFIX}foxx" test -u "${local_DATABASE_USER}" \
-p "${PATH_TO_PASSWD_FILE}" \
--database "${local_DATABASE_NAME}" \
/api/${local_FOXX_MAJOR_API_VERSION} "$TEST_TO_RUN" --reporter spec
"/api/${local_FOXX_MAJOR_API_VERSION}" "$TEST_TO_RUN" --reporter spec
fi

0 comments on commit 0db9ce0

Please sign in to comment.