Skip to content

Commit d4563f6

Browse files
authored
fix: fix mvc sample (#2667)
1 parent 8ba0a57 commit d4563f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/azure-deploy/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ describeIntegration(`${SKILL_NAME}_ - Integration Tests`, () => {
810810
await withTestResult(async ({ expectScreenshot }) => {
811811
expectScreenshot();
812812
const ASPNETCORE_DOCS_REPO = "https://github.com/dotnet/AspNetCore.Docs.git";
813-
const MVCMOVIE90_SPARSE_PATH = "aspnetcore/tutorials/first-mvc-app/start-mvc/sample/MvcMovie90";
813+
const MVCMOVIE90_SPARSE_PATH = "aspnetcore/tutorials/first-mvc-app/start-mvc/sample/9.0-completed";
814814

815815
const agentMetadata = await agent.run({
816816
setup: async (workspace: string) => {

0 commit comments

Comments
 (0)