cmd/utils: fix test

This commit is contained in:
Felix Lange 2026-07-02 18:16:29 +02:00
parent 5bc59de935
commit 5c76ce3566

View file

@ -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 {