Skip to content

Commit

Permalink
Fix TrustyAI e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Nov 26, 2024
1 parent a382a13 commit 7f08b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/trustyai_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (tc *TrustyaiTestCtx) testUpdateOnTrustyaiResources() error {
// Test Updating Trustyai Replicas

appDeployments, err := tc.testCtx.kubeClient.AppsV1().Deployments(tc.testCtx.applicationsNamespace).List(tc.testCtx.ctx, metav1.ListOptions{
LabelSelector: labels.ComponentPartOf + "=" + strings.ToLower(tc.testTrustyaiInstance.Name),
LabelSelector: labels.ComponentPartOf + "=" + strings.ToLower(tc.testTrustyaiInstance.Kind),
})
if err != nil {
return err
Expand Down

0 comments on commit 7f08b51

Please sign in to comment.