chore(tests): set railpackVersion to '0.2.2' in drop test configuration

This commit is contained in:
Mauricio Siu
2025-08-03 02:20:28 -06:00
parent a2405ddd84
commit a138d12082
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ if (typeof window === "undefined") {
}
const baseApp: ApplicationNested = {
railpackVersion: "0.2.2",
applicationId: "",
herokuVersion: "",
giteaBranch: "",

View File

@@ -3,6 +3,7 @@ import { createRouterConfig } from "@dokploy/server";
import { expect, test } from "vitest";
const baseApp: ApplicationNested = {
railpackVersion: "0.2.2",
rollbackActive: false,
applicationId: "",
herokuVersion: "",