Skip to content

Commit

Permalink
Merge pull request #740 from pusher/revert-broken-typo-fix
Browse files Browse the repository at this point in the history
Revert broken attempt to fix typo
  • Loading branch information
willpusher authored Jul 17, 2023
2 parents d1024af + 88891b7 commit afa4dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/javascripts/unit/core/utils/url_store_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('url_store', function(){
describe('buildLogSuffix', function(){
it('should build a log suffix for known keys', function(){
var suffix = url_store.buildLogSuffix('authenticationEndpoint');
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');
});
it('should return a blank suffix for unknown keys', function(){
var suffix = url_store.buildLogSuffix('somethingUnknown');
Expand Down

0 comments on commit afa4dc5

Please sign in to comment.