Skip to content

Commit a138d12

Browse files
committed
chore(tests): set railpackVersion to '0.2.2' in drop test configuration
1 parent a2405dd commit a138d12

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/dokploy/__test__/drop/drop.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ if (typeof window === "undefined") {
2525
}
2626

2727
const baseApp: ApplicationNested = {
28+
railpackVersion: "0.2.2",
2829
applicationId: "",
2930
herokuVersion: "",
3031
giteaBranch: "",

apps/dokploy/__test__/traefik/traefik.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { createRouterConfig } from "@dokploy/server";
33
import { expect, test } from "vitest";
44

55
const baseApp: ApplicationNested = {
6+
railpackVersion: "0.2.2",
67
rollbackActive: false,
78
applicationId: "",
89
herokuVersion: "",

0 commit comments

Comments
 (0)