Changed type => test_type

pull/5077/head
David Walters 2017-09-29 15:34:32 +01:00
parent bb79f6991b
commit 61f46b809d
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ class MbedLsToolsMock():
Mock of mbedls tools
"""
def __init__(self, type):
self.interface_test_type = type
def __init__(self, test_type):
self.interface_test_type = test_type
def get_details_txt(self, mount_point):
return self.details_txt_types[self.interface_test_type];