From 2fbbc2f8f62b80994c3d101cfdbf2a39021b1eb7 Mon Sep 17 00:00:00 2001 From: levisingularity Date: Wed, 31 Jul 2024 19:05:47 -0300 Subject: [PATCH] test: change error message of commands that expects sudo --- tests/integration/test_update_version.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_update_version.bats b/tests/integration/test_update_version.bats index 15153a4..8ca9b33 100644 --- a/tests/integration/test_update_version.bats +++ b/tests/integration/test_update_version.bats @@ -24,7 +24,7 @@ teardown() { else run das-cli update-version - assert_output "[PermissionError] This command is not being executed with sudo." + assert_output "[PermissionError] Requires 'root' permissions to execute" fi }