feat(drop): add optional bitbucketRepositorySlug field to baseApp configuration in tests

This commit is contained in:
Mauricio Siu
2026-01-28 00:12:42 -06:00
parent f72dfb3fc7
commit 6bc07d7675
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ const baseApp: ApplicationNested = {
applicationId: "",
previewLabels: [],
createEnvFile: true,
bitbucketRepositorySlug: "",
herokuVersion: "",
giteaBranch: "",
buildServerId: "",

View File

@@ -8,6 +8,7 @@ const baseApp: ApplicationNested = {
applicationId: "",
previewLabels: [],
createEnvFile: true,
bitbucketRepositorySlug: "",
herokuVersion: "",
giteaRepository: "",
giteaOwner: "",