test: empty tag test correction

This commit is contained in:
Luke McCrone
2026-01-02 17:02:50 -03:00
parent 06a45124b1
commit fa2e677370
+1 -1
View File
@@ -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