Skip to content

Commit

Permalink
adding ctx in test
Browse files Browse the repository at this point in the history
  • Loading branch information
yash97 committed Oct 12, 2024
1 parent 141e4d0 commit abea6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/windows/windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ var _ = Describe("Windows Integration Test", func() {
}

JustBeforeEach(func() {
windowsNodeList = node.GetNodeAndWaitTillCapacityPresent(frameWork.NodeManager,ctx, "windows",
windowsNodeList = node.GetNodeAndWaitTillCapacityPresent(frameWork.NodeManager, ctx, "windows",
config.ResourceNameIPAddress)
instanceID = manager.GetNodeInstanceID(&windowsNodeList.Items[0])
nodeName = windowsNodeList.Items[0].Name
Expand Down

0 comments on commit abea6fd

Please sign in to comment.