Skip to content

Commit 99482e1

Browse files
TD-4340 Issue with the 'Course content' change link when creating a course from 'Course set up' screen
1 parent 5f899dd commit 99482e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web.Tests/Controllers/TrackingSystem/CourseSetup/CourseSetupControllerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ public void SetCourseContent_get_redirects_to_summary_if_application_has_no_sect
416416
).Returns(new List<Section>());
417417

418418
// When
419-
var result = controller.SetCourseContent();
419+
var result = controller.SetCourseContent(false);
420420

421421
// Then
422422
result.Should().BeRedirectToActionResult().WithActionName("Summary");

0 commit comments

Comments
 (0)