Skip to content

Commit

Permalink
Update templateService test to use the correct URL for fetching templ…
Browse files Browse the repository at this point in the history
…ates
  • Loading branch information
MarwaneKoutar committed Jun 21, 2024
1 parent bc9383c commit 1ff334a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe("TemplateService", () => {
expect(data.list[1].name).toBe("sqsToLambda");
expect(data.list[1].path).toBe("some/path/to/sqs.png");
expect(axios.get).toHaveBeenCalledWith(
"https://example.com/templates.json",
"https://example.com/templates.json/main/cookiecutter.json",
);

axiosGetSpy.mockRestore();
Expand Down

0 comments on commit 1ff334a

Please sign in to comment.