X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Flib%2Ftemplate%2Fhelpers.js;fp=test%2Flib%2Ftemplate%2Fhelpers.js;h=fb57bb9e334b71fff6e86aa1ccb22f36468c76f9;hb=9c8e775e5ab96a1788f535760bfa72205c430d15;hp=686f72bab6c97e48293f4b3f7f234d56851ba0b7;hpb=786f4aa122c3c3a1c1c8224abacd12d0ca079cd0;p=squeep-authentication-module diff --git a/test/lib/template/helpers.js b/test/lib/template/helpers.js index 686f72b..fb57bb9 100644 --- a/test/lib/template/helpers.js +++ b/test/lib/template/helpers.js @@ -11,7 +11,7 @@ describe('Template Helpers', function () { ctx = { session: { authenticatedIdentifier: 'username', - } + }, }; options = {}; });