Skip to content

Commit a21c68e

Browse files
authored
Merge pull request #744 from atlassian/htan/remove-outdated-test-case
Remove outdated test case
2 parents 3c788c6 + fb69364 commit a21c68e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tags_test.go

-1
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)