Skip to content

Commit

Permalink
source pvc fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ido Aharon <iaharon@redhat.com>
  • Loading branch information
ido106 committed Mar 20, 2023
1 parent b19006c commit 597076f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cloner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ var _ = Describe("all clone tests", func() {
Expect(err).ToNot(HaveOccurred())
Expect(cloner.DeletionTimestamp).To(BeNil())
// The Pod should be associated with the host-assisted clone source
Expect(cloner.GetLabels()[hostAssistedCloneSource]).To(Equal(sourcePvc.GetUID()))
Expect(cloner.GetLabels()[hostAssistedCloneSource]).To(Equal(pvc.GetUID()))

By("Find upload pod after completion")
uploader, err := utils.FindPodByPrefixOnce(f.K8sClient, targetDataVolume.Namespace, "cdi-upload-", common.CDILabelSelector)
Expand Down

0 comments on commit 597076f

Please sign in to comment.