Skip to content

Commit 4af974c

Browse files
author
Karina Ranadive
committed
fix
1 parent 8ee37d5 commit 4af974c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/lrp/lrp_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ func restartClientPodsAndGetPod(t *testing.T, ctx context.Context, cs *k8sclient
438438
nodeName := originalPod.Spec.NodeName
439439

440440
// Restart the daemonset (assumes it's named "lrp-test" based on the manifest)
441-
err = kubernetes.MustRestartDaemonset(ctx, cs, originalPod.Namespace, "lrp-test")
441+
err := kubernetes.MustRestartDaemonset(ctx, cs, originalPod.Namespace, "lrp-test")
442442
require.NoError(t, err)
443443

444444
// Wait for the daemonset to be ready

0 commit comments

Comments
 (0)