From f30fb4039372c30164fe07eba5e2339267c39181 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Tue, 27 Feb 2018 17:00:08 -0800 Subject: [PATCH] try tuple --- tests/test_warcprox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_warcprox.py b/tests/test_warcprox.py index e3cc270..62326c5 100755 --- a/tests/test_warcprox.py +++ b/tests/test_warcprox.py @@ -1463,7 +1463,7 @@ def test_load_plugin(): warcprox.stats.RunningStats) assert isinstance( controller._postfetch_chain[-5], - MyEarlyPlugin.__name__) + (__name__, MyEarlyPlugin.__name__)) def test_choose_a_port_for_me(warcprox_): options = warcprox.Options()