We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532828a commit d1024afCopy full SHA for d1024af
spec/javascripts/unit/core/utils/url_store_spec.js
@@ -4,7 +4,7 @@ describe('url_store', function(){
4
describe('buildLogSuffix', function(){
5
it('should build a log suffix for known keys', function(){
6
var suffix = url_store.buildLogSuffix('authenticationEndpoint');
7
- expect(suffix).toEqual('See: https://pusher.com/docs/channels/server_api/authenticating_users');
+ expect(suffix).toEqual('See: https://pusher.com/docs/channels/server_api/authenticating-users');
8
});
9
it('should return a blank suffix for unknown keys', function(){
10
var suffix = url_store.buildLogSuffix('somethingUnknown');
0 commit comments