aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/internal/cli/cmd/deploy_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/internal/cli/cmd/deploy_test.go')
-rw-r--r--client/go/internal/cli/cmd/deploy_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/go/internal/cli/cmd/deploy_test.go b/client/go/internal/cli/cmd/deploy_test.go
index 35c9b05050c..d578b2a4629 100644
--- a/client/go/internal/cli/cmd/deploy_test.go
+++ b/client/go/internal/cli/cmd/deploy_test.go
@@ -74,7 +74,6 @@ func TestDeployWait(t *testing.T) {
client.NextStatus(500)
// ... then becomes healthy
client.NextStatus(200)
- client.NextStatus(200)
// Deployment succeeds
client.NextResponse(mock.HTTPResponse{
URI: "/application/v2/tenant/default/prepareandactivate",