Add a comment to retain misspelling
This commit is contained in:
parent
a96641c86f
commit
c6faa3ee28
|
@ -296,6 +296,7 @@ nope = "yes"
|
|||
}
|
||||
|
||||
func TestPolicy_ParseBadPath(t *testing.T) {
|
||||
// The wrong spelling is intended here
|
||||
_, err := ParseACLPolicy(namespace.RootNamespace, strings.TrimSpace(`
|
||||
path "/" {
|
||||
capabilities = ["read"]
|
||||
|
|
Loading…
Reference in New Issue