diff options
Diffstat (limited to 'onap-client/onap_client/tests/testdata.py')
-rw-r--r-- | onap-client/onap_client/tests/testdata.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/onap-client/onap_client/tests/testdata.py b/onap-client/onap_client/tests/testdata.py index c5cb235..14f15c7 100644 --- a/onap-client/onap_client/tests/testdata.py +++ b/onap-client/onap_client/tests/testdata.py @@ -70,14 +70,6 @@ class TestResource(Resource): }, } - def __init__(self, test1, test2): - instance_input = {} - - instance_input["test1"] = test1 - instance_input["test2"] = test2 - - super().__init__(instance_input) - def _create(self, instance_input): print("creating test instance {}".format(instance_input)) |