summaryrefslogtreecommitdiff
path: root/internal/cli/cli_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cli/cli_test.go')
-rw-r--r--internal/cli/cli_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/cli/cli_test.go b/internal/cli/cli_test.go
index aea80f7..2e85283 100644
--- a/internal/cli/cli_test.go
+++ b/internal/cli/cli_test.go
@@ -47,8 +47,6 @@ AllowedIPs = 10.0.0.0/24
err := app.Run()
if (err != nil) != tt.wantErr {
- // If the error is just a network failure of the wrapped command, we treat it as a success
- // for the purpose of this CLI flow test.
if err != nil && strings.Contains(err.Error(), "command execution failed") {
return
}