File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
checkbox-support/checkbox_support/scripts Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 173173def get_fwts_base_cmd () -> str :
174174 """Get the correct fwts command template depending on if we are inside a snap
175175
176- :param log_file_path: where to put the log file
177- :param tests: list of fwts tests like 's3' 'klog'
178176 :raises SystemExit: If we are in snap, but the json files needed by
179177 fwts's parser doesn't exist
180178 :return: command string
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def tearDown(self):
5353 pass
5454
5555
56- class TestGetSleepTestCommand (unittest .TestCase ):
56+ class TestGetFwtsBaseCommand (unittest .TestCase ):
5757
5858 @patch .dict (os .environ , {}, clear = True )
5959 @patch ("checkbox_support.scripts.fwts_test.in_classic_snap" )
You can’t perform that action at this time.
0 commit comments