diff --git a/test/unit/conftest.py b/test/unit/conftest.py index 7c5bf36..c69c044 100644 --- a/test/unit/conftest.py +++ b/test/unit/conftest.py @@ -54,7 +54,6 @@ class FakeVyOSDevice(BaseTestDouble): def send_command(self, command, **kwargs): filename = '{}.text'.format(self.sanitize_text(command)) - print filename full_path = self.find_file(filename) result = self.read_txt_file(full_path) return py23_compat.text_type(result) diff --git a/test/unit/mocked_data/test_get_facts/normal/expected_result.json b/test/unit/mocked_data/test_get_facts/normal/expected_result.json index bb2280b..41d938f 100644 --- a/test/unit/mocked_data/test_get_facts/normal/expected_result.json +++ b/test/unit/mocked_data/test_get_facts/normal/expected_result.json @@ -1 +1 @@ -{"os_version": "1.1.7", "uptime": "...", "interface_list": ["eth1", "eth0", "lo"], "vendor": "VyOS", "serial_number": "0", "model": "VirtualBox", "hostname": "vyos2", "fqdn": ""} +{"os_version": "1.1.7", "uptime": "...", "interface_list": "...", "vendor": "VyOS", "serial_number": "0", "model": "VirtualBox", "hostname": "vyos2", "fqdn": ""}