Skip to content

Commit 7410595

Browse files
Label typo
1 parent a45a433 commit 7410595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func anyPodsExist(ctx *context, awNamespace string, awName string) wait.Conditio
265265
for _, podFromPodList := range podList.Items {
266266

267267
// First find a pod from the list that is part of the AW
268-
if awn, found := podFromPodList.Labels["worload.codeflare.dev/appwrapper"]; !found || awn != awName {
268+
if awn, found := podFromPodList.Labels["workload.codeflare.dev/appwrapper"]; !found || awn != awName {
269269
// DEBUG fmt.Fprintf(GinkgoWriter, "[anyPodsExist] Pod %s in phase: %s not part of AppWrapper: %s, labels: %#v\n",
270270
// DEBUG podFromPodList.Name, podFromPodList.Status.Phase, awName, podFromPodList.Labels)
271271
continue

0 commit comments

Comments
 (0)