Merge pull request #128705 from aramase/aramase/c/node_int_test_todo_cleanup

cleanup todo comment in node restriction integration tests
This commit is contained in:
Kubernetes Prow Robot 2024-12-18 00:40:52 +01:00 committed by GitHub
commit 41ea061d2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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))