From fa2e677370d414a500799447783924dc202fc91b Mon Sep 17 00:00:00 2001 From: Luke McCrone Date: Fri, 2 Jan 2026 17:02:50 -0300 Subject: [PATCH] test: empty tag test correction --- tests/drivers/tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/drivers/tags.sh b/tests/drivers/tags.sh index 1a422d54..9eefd946 100644 --- a/tests/drivers/tags.sh +++ b/tests/drivers/tags.sh @@ -18,7 +18,7 @@ check_tags_empty() { if ! check_param_count_v2 "command type" 1 $#; then return 1 fi - if [[ $1 == 'aws' ]]; then + if [ "$1" == 'aws' ] || [ "$1" == 's3api' ]; then # shellcheck disable=SC2154 if [[ $tags == "" ]]; then return 0