mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 14:27:27 -08: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,
|
expectErr: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "invalid unkown dns type",
|
name: "invalid unknown dns type",
|
||||||
input: SDConfig{
|
input: SDConfig{
|
||||||
Names: []string{"a.example.com", "b.example.com"},
|
Names: []string{"a.example.com", "b.example.com"},
|
||||||
Type: "PTR",
|
Type: "PTR",
|
||||||
|
|
Loading…
Reference in a new issue