mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-29 13:01:02 +00:00
Fixing CI/CD pipeline
This commit is contained in:
parent
2297c81309
commit
4c869817d4
10 changed files with 41 additions and 22 deletions
|
|
@ -75,7 +75,7 @@ class TestBasicDecodePage(unittest.TestCase):
|
|||
def test_unicode_entity(self):
|
||||
from lib.request.basic import decodePage
|
||||
conf.encoding = None
|
||||
self.assertEqual(decodePage(b"™", None, "text/html; charset=utf-8"), u"™")
|
||||
self.assertEqual(decodePage(b"™", None, "text/html; charset=utf-8"), u"\u2122")
|
||||
|
||||
def test_empty_page(self):
|
||||
from lib.request.basic import decodePage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue