aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_language_http.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-03 12:53:28 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-03 12:53:28 +1200
commitcc434ded897aaa2df23fa0142a7d4a720d757ada (patch)
tree5b670e66ccacf20f6a221d4faf63d4d0bf639bfc /test/test_language_http.py
parente35e6d90b977ac19e3816b2a8029a12287c976ac (diff)
downloadmitmproxy-cc434ded897aaa2df23fa0142a7d4a720d757ada.tar.gz
mitmproxy-cc434ded897aaa2df23fa0142a7d4a720d757ada.tar.bz2
mitmproxy-cc434ded897aaa2df23fa0142a7d4a720d757ada.zip
Clarify token/component split through naming
Tokens are now Tok*
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 839c02b3..e9e91922 100644
--- a/test/test_language_http.py
+++ b/test/test_language_http.py
@@ -340,7 +340,7 @@ def test_pathodspec():
def test_pathodspec_freeze():
e = http.PathodResponse(
- base.ValueLiteral(
+ base.TokValueLiteral(
"200:b'foo':i10,'\\x27'".encode(
"string_escape"
)