Indicate node authorizer does not support rule resolution

This commit is contained in:
Jordan Liggitt
2020-05-12 13:40:25 -04:00
parent 0a6c826d3e
commit fd78947489
5 changed files with 18 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ func TestIndex(t *testing.T) {
g := NewGraph()
g.destinationEdgeThreshold = 3
a := NewAuthorizer(g, nil, nil).(*NodeAuthorizer)
a := NewAuthorizer(g, nil, nil)
addPod := func(podNumber, nodeNumber int) {
t.Helper()