Skip to content

Commit

Permalink
updated test code
Browse files Browse the repository at this point in the history
  • Loading branch information
hacktobeer authored Aug 2, 2024
1 parent 586bad5 commit 834584f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/turbinia-codelab-analyser.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ class OSInfoAnalysisTaskTest(unittest.TestCase):
@mock.patch(
"builtins.open", new=mock.mock_open(read_data=_OS_RELEASE_CONTENT),
create=True)
@mock.patch('os.path.join', return_value='/etc/os-release')
@mock.patch('os.path.join', return_value='etc/os-release')
def test_run(self, os_join_mock):
"""Test OSInfoAnalysisTask task run."""
task = os_info.OSInfoAnalysisTask()
Expand Down

0 comments on commit 834584f

Please sign in to comment.