Skip to content

Commit 7466b67

Browse files
committed
fix: test
1 parent a5c256d commit 7466b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/course-unit/CourseUnit.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ describe('<CourseUnit />', () => {
14651465

14661466
axiosMock
14671467
.onPost(getXBlockBaseApiUrl(courseSectionVerticalMock.xblock_info.id), {
1468-
publish: null,
1468+
publish: 'republish',
14691469
metadata: { visible_to_staff_only: true, group_access: { 50: [2] }, discussion_enabled: true },
14701470
})
14711471
.reply(200, { dummy: 'value' });

0 commit comments

Comments
 (0)