Skip to content

Commit

Permalink
Fixed the file name
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshraghupathy committed Dec 12, 2024
1 parent a98c06d commit 6d21142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/process-reboot-cause_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def load_module_from_source(module_name, path):
spec.loader.exec_module(module)
return module

process_reboot_cause_path = os.path.join(scripts_path, 'process-reboot-cause.py')
process_reboot_cause_path = os.path.join(scripts_path, 'process-reboot-cause')
process_reboot_cause = load_module_from_source('process_reboot_cause', process_reboot_cause_path)

class TestProcessRebootCause(unittest.TestCase):
Expand Down

0 comments on commit 6d21142

Please sign in to comment.