Skip to content

Commit

Permalink
tests: fix state_dir failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dbungert committed Feb 8, 2024
1 parent f03d5b5 commit 17a0a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console_conf/controllers/tests/test_identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def test_snap_integration(self, run_command, core_version, ttyname):
proc_mock.stdout = '{"username":"foo"}'

app = make_app()
app.state_dir = statedir
app.opts.dry_run = False
network_model = MagicMock()
mock_devs = [MagicMock(spec=NetworkDev)]
Expand Down

0 comments on commit 17a0a19

Please sign in to comment.