test(environment): add isDefault flag to environment tests

- Updated test cases for the environment structure to include the new `isDefault` boolean flag.
- Ensured consistency in the environment schema across different test files, enhancing test coverage for environment-related functionalities.
This commit is contained in:
Mauricio Siu
2025-12-10 00:18:18 -06:00
parent 22927c2716
commit 3e25b97b99
2 changed files with 2 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ const baseApp: ApplicationNested = {
previewWildcard: "",
environment: {
env: "",
isDefault: false,
environmentId: "",
name: "",
createdAt: "",

View File

@@ -50,6 +50,7 @@ const baseApp: ApplicationNested = {
environmentId: "",
environment: {
env: "",
isDefault: false,
environmentId: "",
name: "",
createdAt: "",