Skip to content

Commit fb69364

Browse files
committed
remove oudated test case
1 parent 06e0986 commit fb69364

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tags_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ func TestTagsToMap(t *testing.T) {
1515
expected map[string]string
1616
}{
1717
{"empty tags", "", nil, map[string]string{}},
18-
{"host is added", "x", nil, map[string]string{"host": "x"}},
1918
{"1 tag is added", "", []string{"a:b"}, map[string]string{"a": "b"}},
2019
{"2 tags are added", "", []string{"a:b", "c:d"}, map[string]string{"a": "b", "c": "d"}},
2120
{"missing keys are handled", "", []string{"b", "c:d"}, map[string]string{"unknown": "b", "c": "d"}},

0 commit comments

Comments
 (0)