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.
This commit is contained in:
Mauricio Siu
2025-11-30 12:21:02 -06:00
parent c1d23b18fb
commit adfe29e10c
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ const baseApp: ApplicationNested = {
buildServerId: "",
buildRegistryId: "",
buildRegistry: null,
args: [],
giteaBuildPath: "",
previewRequireCollaboratorPermissions: false,
giteaId: "",

View File

@@ -16,6 +16,7 @@ const baseApp: ApplicationNested = {
buildRegistry: null,
giteaBuildPath: "",
giteaId: "",
args: [],
cleanCache: false,
applicationStatus: "done",
endpointSpecSwarm: null,