From 50ed36229ce727a07059a813fd158836c9deb8b3 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Fri, 8 Nov 2024 10:10:27 -0800 Subject: [PATCH] cleanup todo comment in node restriction integration tests Signed-off-by: Anish Ramasekar --- test/integration/auth/node_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/auth/node_test.go b/test/integration/auth/node_test.go index a101f7b94ad..375d61b7b0d 100644 --- a/test/integration/auth/node_test.go +++ b/test/integration/auth/node_test.go @@ -625,8 +625,6 @@ func TestNodeAuthorizer(t *testing.T) { // clean up node2 expectAllowed(t, deleteNode2(superuserClient)) - // TODO(mikedanese): integration test node restriction of TokenRequest - // node1 allowed to operate on its own lease expectAllowed(t, createNode1Lease(node1Client)) expectAllowed(t, getNode1Lease(node1Client))