Indicate node authorizer does not support rule resolution
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user