test: add previewRequireCollaboratorPermissions field to drop and traefik test cases

This commit is contained in:
Mauricio Siu
2025-07-13 23:17:32 -06:00
parent 2ca5321fdc
commit 666db23b8e
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ const baseApp: ApplicationNested = {
herokuVersion: "",
giteaBranch: "",
giteaBuildPath: "",
previewRequireCollaboratorPermissions: false,
giteaId: "",
giteaOwner: "",
giteaRepository: "",

View File

@@ -18,6 +18,7 @@ const baseApp: ApplicationNested = {
appName: "",
autoDeploy: true,
enableSubmodules: false,
previewRequireCollaboratorPermissions: false,
serverId: "",
branch: null,
dockerBuildStage: "",