Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gflores-jahia committed Jan 16, 2024
1 parent 00849c9 commit 476affd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/defaultFiltering.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('Default HTML filtering', () => {
});

it('allows asset links', () => {
// note that the actual href text being sent over to the sanitizer is '##doc-context##/{workspace}/##ref:link1##'
// Note that the actual href text being sent over to the sanitizer is '##doc-context##/{workspace}/##ref:link1##'
const text = '<p><a href="/files/{workspace}/sites/digitall/files/images/pdf/Conference%20Guide.pdf" ' +
'title="Conference Guide.pdf">/files/{workspace}/sites/digitall/files/images/pdf/Conference%20Guide.pdf</a></p>';
modifyContent(path, text);
Expand Down

0 comments on commit 476affd

Please sign in to comment.