Skip to content

Commit adfe29e

Browse files
author
Mauricio Siu
committed
feat: add args field to application configuration in tests
- Introduced an `args` field in the `baseApp` configuration for both drop and traefik test files to support command arguments in application testing. - This change aligns with recent updates to application schemas, enhancing the flexibility of command handling in tests.
1 parent c1d23b1 commit adfe29e

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
@@ -33,6 +33,7 @@ const baseApp: ApplicationNested = {
3333
buildServerId: "",
3434
buildRegistryId: "",
3535
buildRegistry: null,
36+
args: [],
3637
giteaBuildPath: "",
3738
previewRequireCollaboratorPermissions: false,
3839
giteaId: "",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const baseApp: ApplicationNested = {
1616
buildRegistry: null,
1717
giteaBuildPath: "",
1818
giteaId: "",
19+
args: [],
1920
cleanCache: false,
2021
applicationStatus: "done",
2122
endpointSpecSwarm: null,

0 commit comments

Comments
 (0)