Skip to content

Commit 40a6e3a

Browse files
committed
Update MvcTemplateTest.cs
1 parent d0fd873 commit 40a6e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/test/Templates.Mvc.Tests/MvcTemplateTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ private async Task<Project> MvcTemplateBuildsAndPublishes(string auth, string[]
355355
await project.RunDotNetNewAsync("mvc", auth: auth, args: args);
356356

357357
// Identity Web auth requires https and thus ignores the --no-https option if passed so there should never be an 'http' profile
358-
var expectedLaunchProfileNames = new[] { "https", "IIS Express" };
358+
var expectedLaunchProfileNames = new[] { "https" };
359359
await project.VerifyLaunchSettings(expectedLaunchProfileNames);
360360

361361
// Verify building in debug works

0 commit comments

Comments
 (0)