summaryrefslogtreecommitdiffstats
path: root/nova/tests/api/test_wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/api/test_wsgi.py')
-rw-r--r--nova/tests/api/test_wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/api/test_wsgi.py b/nova/tests/api/test_wsgi.py
index b1a849cf9..1ecdd1cfb 100644
--- a/nova/tests/api/test_wsgi.py
+++ b/nova/tests/api/test_wsgi.py
@@ -80,7 +80,7 @@ class ControllerTest(test.TestCase):
"attributes": {
"test": ["id"]}}}
- def show(self, req, id): # pylint: disable-msg=W0622,C0103
+ def show(self, req, id): # pylint: disable=W0622,C0103
return {"test": {"id": id}}
def __init__(self):