Skip to content

Commit

Permalink
Fixed static-analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
anvial committed Sep 19, 2022
1 parent 71c0807 commit 1fd13aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suites/cli/unregister.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ EOF
fi

echo "Check 'juju switch' returns the error"
EXPECTED="ERROR \"unregister-test\" is not the name of a model or controller"
EXPECTED='ERROR "unregister-test" is not the name of a model or controller'
if ! OUT=$(JUJU_DATA="${TEST_DIR}/juju" juju switch "unregister-test" 2>&1); then
if [ "${OUT}" != "${EXPECTED}" ]; then
echo "expected ${EXPECTED}, got ${OUT}"
Expand Down

0 comments on commit 1fd13aa

Please sign in to comment.