Skip to content

Commit

Permalink
finishing touches
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Dec 17, 2024
1 parent ae314fa commit 6441f84
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions packages/schema/tests/secret.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,15 +350,17 @@ describe('Secret Schema Tests', () => {
name: 'John Doe'
}
},
values: {
environment: {
id: 'env123',
name: 'Development',
slug: 'development'
},
value: 'secret-value',
version: 1
}
values: [
{
environment: {
id: 'env123',
name: 'Development',
slug: 'development'
},
value: 'secret-value',
version: 1
}
]
}
],
metadata: {
Expand Down

0 comments on commit 6441f84

Please sign in to comment.