forked from p15670423/monkey
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'
|
||||
|
||||
|
||||
class TestFilter_instance_data_from_aws_response(TestCase):
|
||||
class TestFilterInstanceDataFromAwsResponse(TestCase):
|
||||
def test_filter_instance_data_from_aws_response(self):
|
||||
json_response_full = """
|
||||
{
|
Loading…
Reference in New Issue