Skip to content

Commit

Permalink
test(builtins): update rege test
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Jul 18, 2024
1 parent b20c3bd commit 5a78476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/if-run/builtins/regex.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('builtins/regex: ', () => {
match: '/(?<=_)[^_]+?(?=_|$)/g',
output: 'cloud/instance-type',
};
const regex = Regex(globalConfig);
const regex = Regex(globalConfig, parametersMetadata);

const expectedResult = [
{
Expand Down

0 comments on commit 5a78476

Please sign in to comment.