From 9fda74c65a632bda5176e2ccafbbcab2af27d77d Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 4 Jun 2015 17:18:06 +1200 Subject: Clarify language API, stub out nested websocket frames --- test/tutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tutils.py') diff --git a/test/tutils.py b/test/tutils.py index 842ed527..778ad790 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -26,7 +26,7 @@ class DaemonTests(object): klass.d = test.Daemon( staticdir=test_data.path("data"), anchors=[ - (re.compile("/anchor/.*"), language.parse_response("202:da")) + (re.compile("/anchor/.*"), language.parse_pathod("202:da")) ], ssl = klass.ssl, ssloptions = so, -- cgit v1.2.3