Update compose-command-injection.test.ts

This commit is contained in:
Mauricio Siu
2026-07-19 23:19:34 -06:00
committed by GitHub
parent fbd84b9b0d
commit dd32a23583

View File

@@ -5,7 +5,6 @@ import { parse, quote } from "shell-quote";
import { describe, expect, it } from "vitest";
const MARK = `/tmp/dokploy_compose_pwned_${process.pid}`;
const base = {
composeType: "docker-compose" as const,
appName: "compose-app",