mirror of
https://github.com/prometheus/prometheus
synced 2025-01-28 18:33:08 +00:00
fix-up typo unkown->unknown (#6055)
Signed-off-by: chentanjun <2799194073@qq.com>
This commit is contained in:
parent
f6f23a2675
commit
c6928b5c6e
@ -252,7 +252,7 @@ func TestSDConfigUnmarshalYAML(t *testing.T) {
|
||||
expectErr: true,
|
||||
},
|
||||
{
|
||||
name: "invalid unkown dns type",
|
||||
name: "invalid unknown dns type",
|
||||
input: SDConfig{
|
||||
Names: []string{"a.example.com", "b.example.com"},
|
||||
Type: "PTR",
|
||||
|
Loading…
Reference in New Issue
Block a user