From a7a9ef826c206ca93c20ae26c20f5e5a2d5de8e6 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 1 Dec 2014 03:36:04 +0100 Subject: fix tests --- test/test_examples.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_examples.py') diff --git a/test/test_examples.py b/test/test_examples.py index a5a212cd..deb97b49 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -16,4 +16,5 @@ def test_load_scripts(): f += " foo" # one argument required if "modify_response_body" in f: f += " foo bar" # two arguments required - script.Script(f, tmaster) # Loads the script file. \ No newline at end of file + s = script.Script(f, tmaster) # Loads the script file. + s.unload() \ No newline at end of file -- cgit v1.2.3