aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_language_http.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_language_http.py')
-rw-r--r--test/test_language_http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_language_http.py b/test/test_language_http.py
index 9892e887..839c02b3 100644
--- a/test/test_language_http.py
+++ b/test/test_language_http.py
@@ -341,7 +341,7 @@ def test_pathodspec():
def test_pathodspec_freeze():
e = http.PathodResponse(
base.ValueLiteral(
- "200:b'foo':i10,'\\''".encode(
+ "200:b'foo':i10,'\\x27'".encode(
"string_escape"
)
)