cleanup todo comment in node restriction integration tests

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
Anish Ramasekar 2024-11-08 10:10:27 -08:00
parent fd66693104
commit 50ed36229c
No known key found for this signature in database
GPG Key ID: E96F745A34A409C2

View File

@ -625,8 +625,6 @@ func TestNodeAuthorizer(t *testing.T) {
// clean up node2 // clean up node2
expectAllowed(t, deleteNode2(superuserClient)) expectAllowed(t, deleteNode2(superuserClient))
// TODO(mikedanese): integration test node restriction of TokenRequest
// node1 allowed to operate on its own lease // node1 allowed to operate on its own lease
expectAllowed(t, createNode1Lease(node1Client)) expectAllowed(t, createNode1Lease(node1Client))
expectAllowed(t, getNode1Lease(node1Client)) expectAllowed(t, getNode1Lease(node1Client))