Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change format of requests to show module sources #12351

Merged
merged 8 commits into from
Nov 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
e2e test fix
  • Loading branch information
Stephen Weatherford authored and Stephen Weatherford committed Nov 8, 2023
commit 009e1d78779d87b1b79e8f797dd7626e0e304bb8
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe("bicepExternalSourceContentProvider", () => {
);
expect(decoded.requestedSourceFile).toBe("my entrypoint.bicep");
expect(decoded.title).toBe(
"br:saw.azurecr.com/complicated:v1.0-beta/my entrypoint.bicep (very complicated for just version v1.0-beta)",
"br:saw.azurecr.io/complicated:v1.0-beta/my entrypoint.bicep (very complicated for just version v1.0-beta)",
);
});

Expand Down
Loading