Skip to content

Commit

Permalink
maybe fix CI in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhudson committed Jul 18, 2023
1 parent cf3de7f commit 8e51aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subiquity/server/controllers/tests/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ async def test_install_package(self, m_sleep):

def setup_rp_test(self):
app = self.controller.app
app.opts.dry_run = False
fsc = app.controllers.Filesystem
fsc.reset_partition_only = True
app.package_installer = Mock()
Expand Down

0 comments on commit 8e51aca

Please sign in to comment.