Skip to content

Commit

Permalink
Label typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria committed Nov 10, 2023
1 parent a45a433 commit 7410595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func anyPodsExist(ctx *context, awNamespace string, awName string) wait.Conditio
for _, podFromPodList := range podList.Items {

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

0 comments on commit 7410595

Please sign in to comment.