Skip to content

Commit

Permalink
fix(tests): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Aug 2, 2023
1 parent 2ee90d5 commit aaacdc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ EOF`;
});

test("converts template expression with escaped ${} expression", async () => {
const expression = '"${path:name.givenName}"'; // from aws_ssoadmin_instance_access_control_attributes example
const expression = '["$${path:name.givenName}"]'; // from aws_ssoadmin_instance_access_control_attributes example
const scope = getScope();
const result = await convertTerraformExpressionToTs(
scope,
Expand Down

0 comments on commit aaacdc3

Please sign in to comment.