diff --git a/tests/test_dots.py b/tests/test_dots.py index 928a3d69..4f9d3a82 100644 --- a/tests/test_dots.py +++ b/tests/test_dots.py @@ -371,7 +371,7 @@ class TestDots(unittest.TestCase): return " ".join(tar) def curl(self, url, uname, binary=False, req=b""): - req = req or hdr(url, uname) + req = req or hdr(url.replace("th=x", "th=j"), uname) conn = self.conn.setbuf(req) HttpCli(conn).run() if binary: