Skip to content

Commit

Permalink
Update secrets-manager.v2.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
IdanAdar authored Oct 10, 2023
1 parent faf1cbf commit 89c6e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/secrets-manager.v2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ describe('SecretsManagerV2', () => {
const secretPrototypeModel = {
custom_metadata: { anyKey: 'anyValue' },
description: 'Description of my arbitrary secret.',
expiration_date: '2023-10-05T11:49:42Z',
expiration_date: '2030-10-05T11:49:42Z',
labels: ['dev', 'us-south'],
name: 'example-arbitrary-secret',
secret_group_id: 'default',
Expand Down

0 comments on commit 89c6e68

Please sign in to comment.