summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/TestFrame.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/TestFrame.py b/testsuite/TestFrame.py
index 453aabf85..679e3ce27 100644
--- a/testsuite/TestFrame.py
+++ b/testsuite/TestFrame.py
@@ -12,9 +12,8 @@ class DriverInitFail(object):
class DriverInventoryFail(object):
__name__ = 'dif'
- def __init__(self, logger, setup, config, states):
+ def __init__(self, logger, setup, config):
self.config = config
- self.states = states
self.handled = []
self.modified = []
self.extra = []