mirror of
https://github.com/coredns/coredns.git
synced 2026-05-25 19:30:23 -04:00
fix: reject unknown chaos block options (#8121)
This commit is contained in:
committed by
GitHub
parent
d9c6b9b8b4
commit
17142359e0
@@ -22,6 +22,11 @@ func TestSetupChaos(t *testing.T) {
|
||||
{
|
||||
`chaos v3 "Miek Gieben"`, false, "v3", "Miek Gieben", "",
|
||||
},
|
||||
{
|
||||
`chaos v2 {
|
||||
unknown
|
||||
}`, true, "", "", "unknown property",
|
||||
},
|
||||
}
|
||||
|
||||
for i, test := range tests {
|
||||
|
||||
Reference in New Issue
Block a user