Skip to content

Commit

Permalink
e2e test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Weatherford authored and Stephen Weatherford committed Nov 8, 2023
1 parent dbd5494 commit 009e1d7
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 009e1d7

Please sign in to comment.