feat: resolved recursive testcase change failing test

This commit is contained in:
=
2024-11-11 12:16:24 +05:30
parent c5fded361c
commit b7fe3743db
2 changed files with 14 additions and 10 deletions

View File

@@ -111,7 +111,7 @@ export const getSecretsV2 = async (dto: {
secretPath: dto.secretPath,
expandSecretReferences: "true",
include_imports: "true",
recursive: String(dto.recursive)
recursive: String(dto.recursive || false)
}
});
expect(getSecretsResponse.statusCode).toBe(200);