diff --git a/internal/commands/fastedge/fastedge.go b/internal/commands/fastedge/fastedge.go index 5cb7667..63ac638 100644 --- a/internal/commands/fastedge/fastedge.go +++ b/internal/commands/fastedge/fastedge.go @@ -54,7 +54,7 @@ func Commands(baseUrl string, authFunc func(ctx context.Context, req *http.Reque cmdFastedge.PersistentFlags().BoolVar(&local, "local", false, "local testing") cmdFastedge.PersistentFlags().MarkHidden("local") - cmdFastedge.AddCommand(app(), binary(), stat(), logs(), test()) + cmdFastedge.AddCommand(app(), binary(), stat(), logs()) return cmdFastedge, nil }