Skip to content

Commit 6cdf818

Browse files
committed
Remove extra log info
Signed-off-by: Parthvi Vala <[email protected]>
1 parent 7cac5c3 commit 6cdf818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/specs/import_gitops.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ func CreateUsingGitOpsSpec(ctx context.Context, inputGetter func() CreateUsingGi
278278
Eventually(
279279
komega.Get(capiCluster),
280280
input.E2EConfig.GetIntervals(input.BootstrapClusterProxy.GetName(), "wait-rancher")...).
281-
Should(Succeed(), fmt.Sprintf("Failed to apply CAPI cluster definition to cluster %s/%s via Fleet", namespace.Name, input.ClusterName))
281+
Should(Succeed(), "Failed to apply CAPI cluster definition to cluster via Fleet")
282282

283283
By("Waiting for the CAPI cluster to be connectable")
284284
Eventually(func() error {

0 commit comments

Comments
 (0)