Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit bae0544

Browse files
author
Nick Litwin
committed
Fix test to handle new url
1 parent f95d082 commit bae0544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/filters/filters.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
})

0 commit comments

Comments
 (0)