diff --git a/tests/backend/specs/api/pad.js b/tests/backend/specs/api/pad.js index 5ee6bdd8f..b2b31c96d 100644 --- a/tests/backend/specs/api/pad.js +++ b/tests/backend/specs/api/pad.js @@ -293,8 +293,8 @@ describe('setHTML', function(){ }) describe('setHTML', function(){ - it('Sets the HTML of a Pad attempting to pass ugly HTML', function(done) { - var html = ""; + it('Sets the HTML of a Pad with a bunch of weird unordered lists inserted', function(done) { + var html = "
"; api.get(endPoint('setHTML')+"&padID=test&html="+html) .expect(function(res){ if(res.body.code !== 0) throw new Error("List HTML cant be imported")