This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import angular from 'angular'
3838 case 'data' :
3939 return String . supplant ( 'https://apps.{domain}/forums/?module=Category&categoryID={forumId}' , data )
4040 case 'design' :
41- return String . supplant ( 'https://apps.{domain}/forums/?module=ThreadList&forumId ={forumId}' , data )
41+ return String . supplant ( 'https://apps.{domain}/forums/?module=ThreadList&forumID ={forumId}' , data )
4242 }
4343 /*eslint no-fallthrough:0*/
4444 case 'submissions' :
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ describe('filters', function() {
8282 subTrack : 'WEB_DESIGN'
8383 }
8484 expect ( challengeLinksFilter ( _ch , 'detail' ) ) . to . be . equal ( 'https://www.' + domain + '/challenge-details/1/?type=design' )
85- expect ( challengeLinksFilter ( _ch , 'forums' ) ) . to . be . equal ( 'https://apps.' + domain + '/forums/?module=ThreadList&forumId =2' )
85+ expect ( challengeLinksFilter ( _ch , 'forums' ) ) . to . be . equal ( 'https://apps.' + domain + '/forums/?module=ThreadList&forumID =2' )
8686 expect ( challengeLinksFilter ( _ch , 'registrants' ) ) . to . be . equal ( 'https://www.' + domain + '/challenge-details/1/?type=design#viewRegistrant' )
8787 expect ( challengeLinksFilter ( _ch , 'submissions' ) ) . to . be . equal ( 'https://www.' + domain + '/challenge-details/1/?type=design#submissions' )
8888 } )
You can’t perform that action at this time.
0 commit comments