diff options
Diffstat (limited to 'ironic_python_agent')
-rw-r--r-- | ironic_python_agent/tests/functional/test_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic_python_agent/tests/functional/test_commands.py b/ironic_python_agent/tests/functional/test_commands.py index 235b47d5..c2b84cab 100644 --- a/ironic_python_agent/tests/functional/test_commands.py +++ b/ironic_python_agent/tests/functional/test_commands.py @@ -24,7 +24,7 @@ class TestCommands(base.FunctionalBase): different test runs. """ - node = {'uuid': '1', 'properties': {}} + node = {'uuid': '1', 'properties': {}, 'instance_info': {}} def step_1_get_empty_commands(self): response = self.request('get', 'commands') |