Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wels <awels@redhat.com>
  • Loading branch information
awels committed Jul 12, 2021
1 parent e32f9bc commit ce747ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/storage/hotplug.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ var _ = SIGDescribe("Hotplug", func() {
}
Expect(virtlauncher).ToNot(BeNil(), "Should find running virtlauncher pod")
Eventually(func() bool {
podList, err := virtClient.CoreV1().Pods(vmi.Namespace).List(context.Background(), metav1.ListOptions{})
podList, err := virtClient.CoreV1().Pods(namespace).List(context.Background(), metav1.ListOptions{})
if err != nil {
return false
}
Expand Down

0 comments on commit ce747ac

Please sign in to comment.