Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nullfunc committed Nov 22, 2024
1 parent 1b823c8 commit f2bd0e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/cli/command/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ func TestCommandPermission(t *testing.T) {
err := testCommand(tt.command)

if err != nil && tt.wantError == "" {

if !strings.Contains(err.Error(), "dry run") && !strings.Contains(err.Error(), "no compose.yaml file found") {
t.Fatalf("Unexpected error: %v", err)
}
Expand Down

0 comments on commit f2bd0e0

Please sign in to comment.