From 229b581b1a16547b83623ea15a1e8be109654b6a Mon Sep 17 00:00:00 2001 From: David Festal Date: Thu, 16 Mar 2023 14:46:01 +0100 Subject: [PATCH] small e2e test fix Signed-off-by: David Festal --- test/e2e/reconciler/deployment/deployment_coordinator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/reconciler/deployment/deployment_coordinator_test.go b/test/e2e/reconciler/deployment/deployment_coordinator_test.go index f2f0894bf16..fe72a3172bd 100644 --- a/test/e2e/reconciler/deployment/deployment_coordinator_test.go +++ b/test/e2e/reconciler/deployment/deployment_coordinator_test.go @@ -210,7 +210,7 @@ func TestDeploymentCoordinator(t *testing.T) { } }, wait.ForeverTestTimeout, time.Millisecond*100, "should create the deployment after the deployments resource is available in workspace %q", workspace.clusterName) - t.Logf("Wait for the workload in workspace %q to be started and available with 4 replicas", workspace.clusterName) + t.Logf("Wait for the workload in workspace %q to be started and available with %d replicas", workspace.clusterName, workspace.requestedReplicas) func() { defer dumpEventsAndPods(wkspDownstreamInfo)