diff --git a/cmd/utils/flags_test.go b/cmd/utils/flags_test.go index 0be3370d4a..382bcd9eec 100644 --- a/cmd/utils/flags_test.go +++ b/cmd/utils/flags_test.go @@ -52,7 +52,9 @@ func Test_SplitTagsFlag(t *testing.T) { { "garbage", "smth=smthelse=123", - map[string]string{}, + map[string]string{ + "smth": "smthelse=123", + }, }, } for _, tt := range tests {