chore(tests): add watchPaths to application test fixtures

- Update test fixtures for drop and traefik tests
- Add empty watchPaths array to base application configurations
- Ensure test files are consistent with recent watch paths feature implementation
This commit is contained in:
Mauricio Siu 2025-03-08 23:36:49 -06:00
parent 4371e7e033
commit 9d50f384d1
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ if (typeof window === "undefined") {
const baseApp: ApplicationNested = { const baseApp: ApplicationNested = {
applicationId: "", applicationId: "",
herokuVersion: "", herokuVersion: "",
watchPaths: [],
applicationStatus: "done", applicationStatus: "done",
appName: "", appName: "",
autoDeploy: true, autoDeploy: true,

View File

@ -14,6 +14,7 @@ const baseApp: ApplicationNested = {
branch: null, branch: null,
dockerBuildStage: "", dockerBuildStage: "",
registryUrl: "", registryUrl: "",
watchPaths: [],
buildArgs: null, buildArgs: null,
isPreviewDeploymentsActive: false, isPreviewDeploymentsActive: false,
previewBuildArgs: null, previewBuildArgs: null,