summaryrefslogtreecommitdiff
path: root/tests/unit/modules/network/vyos/test_vyos_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/modules/network/vyos/test_vyos_command.py')
-rw-r--r--tests/unit/modules/network/vyos/test_vyos_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/modules/network/vyos/test_vyos_command.py b/tests/unit/modules/network/vyos/test_vyos_command.py
index 820c6c4..a8a3569 100644
--- a/tests/unit/modules/network/vyos/test_vyos_command.py
+++ b/tests/unit/modules/network/vyos/test_vyos_command.py
@@ -43,7 +43,7 @@ class TestVyosCommandModule(TestVyosModule):
super(TestVyosCommandModule, self).tearDown()
self.mock_run_commands.stop()
- def load_fixtures(self, commands=None):
+ def load_fixtures(self, commands=None, filename=None):
def load_from_file(*args, **kwargs):
module, commands = args
output = list()