Param "response" is not used any more in
python-senlinclient/senlinclient/tests/unit/v1/test_build_info.py Safely remove the "response" from TestBuildInfo class to keep the code clean. Change-Id: I7b45e0b938afcb74514a5237a7fc7a8bf09a608b Closes-Bug: #1674556
This commit is contained in:
parent
a147cca72c
commit
5832b80fbd
@ -17,8 +17,6 @@ from senlinclient.v1 import build_info as osc_build_info
|
||||
|
||||
|
||||
class TestBuildInfo(fakes.TestClusteringv1):
|
||||
response = {"build_info": {
|
||||
}}
|
||||
|
||||
def setUp(self):
|
||||
super(TestBuildInfo, self).setUp()
|
||||
|
Loading…
x
Reference in New Issue
Block a user