Skip to content

Commit

Permalink
Update do_unmnt test with overlay_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
liuh-80 authored Jan 14, 2025
1 parent e119b7b commit 52a715e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/disk_check_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import shutil
import sys
import syslog
from unittest.mock import patch
Expand Down Expand Up @@ -244,7 +243,7 @@ def test_do_unmnt(self, mock_proc, mock_log):
mock_proc.side_effect = mock_subproc_run
mock_log.side_effect = report_err_msg

disk_check.do_unmnt(["/etc"])
disk_check.do_unmnt(["/etc"], "overlay_prefix")


@classmethod
Expand Down

0 comments on commit 52a715e

Please sign in to comment.