From 196126442ecb21ff0d72da342cb84d02b1db37c2 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Sat, 4 Jul 2015 13:29:55 +0200 Subject: [PATCH] Remove unused code from tests. --- test/test.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/test/test.py b/test/test.py index 6ad2eeb..d3048a7 100644 --- a/test/test.py +++ b/test/test.py @@ -11,19 +11,6 @@ import requests import StringIO import re -base_config = { - "title": "test", - "forms": [ - { - "name": "test", - "title": "title", - "description": "description", - "script": "test.sh", - "fields": [], - } - ] -} - class FormConfigTestCase(unittest.TestCase): """