Skip to content

Commit

Permalink
Merge pull request #832 from hashicorp/fix-config-test
Browse files Browse the repository at this point in the history
fix(tests): make less assumptions about environment in config.test.ts
  • Loading branch information
ansgarm authored Jul 13, 2021
2 parents a3b7eb5 + 0eb21a5 commit d72fc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cdktf-cli/test/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe("parseConfig", () => {
};
const parsed: any = parseConfig(JSON.stringify(input));
expect(parsed.terraformModules[0].localSource).toMatch(
"terraform-cdk/packages/cdktf-cli/foo"
"/packages/cdktf-cli/foo"
);
});

Expand Down

0 comments on commit d72fc07

Please sign in to comment.