summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-10-17 16:14:38 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-11-10 10:51:02 -0800
commitb1d0232cb56f88f82e6e4117d5ecefcffa46e231 (patch)
treea3d2d02627f9e4f384db5d4fdbeff1b3c5a706bb /framework
parent0212a1f9d284b547013b955f1f25af994bb5aa70 (diff)
framework/profile: remove unused argument from TestProfile.group_manager
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/profile.py b/framework/profile.py
index 1bde8fb6a..7e09081e6 100644
--- a/framework/profile.py
+++ b/framework/profile.py
@@ -217,7 +217,7 @@ class TestProfile(object):
}
@contextlib.contextmanager
- def group_manager(self, test_class, group, prefix=None, **default_args):
+ def group_manager(self, test_class, group, **default_args):
"""A context manager to make working with flat groups simple.
This provides a simple way to replace add_plain_test,