add use-node-agent-windows

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2024-12-17 13:54:03 +08:00
parent 617411fa5a
commit 99ba81e5d1
2 changed files with 3 additions and 3 deletions

View File

@@ -115,5 +115,5 @@ func TestAllResources(t *testing.T) {
ds, exist := objects["DaemonSet"]
assert.True(t, exist)
assert.Equal(t, 2, len(ds))
assert.Len(t, ds, 2)
}