Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Dec 4, 2024
1 parent 7ee1d12 commit c2f149a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/controller/jobs/kubeflow/kubeflowjob.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ func ShouldNotReconcileUnmanagedJob(ctx context.Context, k8sClient client.Client
g.Expect(k8sClient.Get(ctx, lookupKey, createdJob.Object())).Should(gomega.Succeed())
g.Expect(createdJob.IsSuspended()).Should(gomega.BeFalse())
g.Expect(k8sClient.Get(ctx, wlLookupKey, workload)).Should(testing.BeNotFoundError())

}, util.Timeout, util.Interval).Should(gomega.Succeed())
}

Expand Down

0 comments on commit c2f149a

Please sign in to comment.