Skip to content

Commit

Permalink
test: change error message of commands that expects sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Jul 31, 2024
1 parent 056f0ef commit 2fbbc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_update_version.bats
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ teardown() {
else
run das-cli update-version

assert_output "[31m[PermissionError] This command is not being executed with sudo.[39m"
assert_output "[31m[PermissionError] Requires 'root' permissions to execute[39m"
fi
}

Expand Down

0 comments on commit 2fbbc2f

Please sign in to comment.