File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ describe('hooks module', () => {
141
141
} ) ;
142
142
143
143
expect ( appHooks . navigateTo ) . toHaveBeenCalledWith (
144
- '/authoring/ course/course-v1:id/editor/video/block-v1:id?selectedVideoId=video123' ,
144
+ '/course/course-v1:id/editor/video/block-v1:id?selectedVideoId=video123' ,
145
145
) ;
146
146
} ) ;
147
147
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ describe('hooks module', () => {
54
54
redirectFn ( 'test-video-url' ) ;
55
55
56
56
expect ( appHooks . navigateTo ) . toHaveBeenCalledWith (
57
- '/authoring/ course/course-v1:test/editor/video/block-123?selectedVideoUrl=test-video-url' ,
57
+ '/course/course-v1:test/editor/video/block-123?selectedVideoUrl=test-video-url' ,
58
58
) ;
59
59
} ) ;
60
60
@@ -69,7 +69,7 @@ describe('hooks module', () => {
69
69
redirectFn ( 'test-video-url' ) ;
70
70
71
71
expect ( appHooks . navigateTo ) . toHaveBeenCalledWith (
72
- '/authoring/ course/course-v1:test/editor/video/block-123?customType=test-video-url' ,
72
+ '/course/course-v1:test/editor/video/block-123?customType=test-video-url' ,
73
73
) ;
74
74
} ) ;
75
75
} ) ;
You can’t perform that action at this time.
0 commit comments