Rename existing test files in accordance to new naming scheme
This commit is contained in:
parent
f8ef243d04
commit
39437c5913
|
@ -7,7 +7,7 @@ import json
|
||||||
__author__ = 'shay.nehmad'
|
__author__ = 'shay.nehmad'
|
||||||
|
|
||||||
|
|
||||||
class TestFilter_instance_data_from_aws_response(TestCase):
|
class TestFilterInstanceDataFromAwsResponse(TestCase):
|
||||||
def test_filter_instance_data_from_aws_response(self):
|
def test_filter_instance_data_from_aws_response(self):
|
||||||
json_response_full = """
|
json_response_full = """
|
||||||
{
|
{
|
Loading…
Reference in New Issue