Skip to content

Commit 91041f4

Browse files
TD-3903 Resolving the test fail
1 parent 70ff0cb commit 91041f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web.Tests/Controllers/Register/RegisterAtNewCentreControllerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public void PersonalInformationPost_with_invalid_emails_fails_validation()
158158
)
159159
)
160160
.MustHaveHappened();
161-
result.Should().BeRedirectToActionResult().WithActionName("LearnerInformation");
161+
result.Should().BeViewResult().WithDefaultViewName();
162162
}
163163

164164
[Test]

0 commit comments

Comments
 (0)