tests: fix state_dir failure

This commit is contained in:
Dan Bungert 2024-02-07 23:05:56 -07:00
parent f03d5b5c5a
commit 17a0a198ef
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class TestIdentityController(unittest.TestCase):
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)]