Skip to content

Commit

Permalink
small e2e test fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal committed Mar 29, 2023
1 parent 9403375 commit 229b581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 229b581

Please sign in to comment.