mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Update sanitize filter test
This commit is contained in:
parent
9a73d9c616
commit
2a52dceb1a
@ -12,6 +12,6 @@ describe('Filter: sanitize', () => {
|
||||
});
|
||||
|
||||
it('should sanitize xss-vulnerable strings', function(){
|
||||
expect(filter("<div>foobar</div>")).toBe("<div>foobar</div>");
|
||||
expect(filter("<div>foobar</div>")).toBe("<div>foobar</div>");
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user