From 21db8833dc70bb5df3060ea5488d5e5ac4f1df20 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 7 Apr 2025 18:59:43 +0000 Subject: [PATCH] tests: fix for f9954bc4e58e60e1a1787105725cdfcb7443906c --- tests/test_dots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: