Skip to content

Commit 73c722a

Browse files
committed
fix: copilot suggestions
1 parent 55a1b8e commit 73c722a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

checkbox-support/checkbox_support/scripts/fwts_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@
173173
def 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

checkbox-support/checkbox_support/scripts/tests/test_fwts_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)