Skip to content

Commit

Permalink
Fix db role test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav28 committed Oct 7, 2021
1 parent d1453e1 commit c697f92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const testCases = [
{
pluginType: 'oracle-database-plugin',
staticRoleFields: ['username', 'rotation_period'],
dynamicRoleFields: ['creation_statements', 'revocation_statements'],
dynamicRoleFields: ['creation_statements', 'revocation_statements', 'ttl', 'max_ttl'],
},
];

Expand Down

0 comments on commit c697f92

Please sign in to comment.