aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/cleaner_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cleaner_tests.py b/tests/cleaner_tests.py
index 43545126..5510dd80 100644
--- a/tests/cleaner_tests.py
+++ b/tests/cleaner_tests.py
@@ -24,7 +24,8 @@ class CleanerMapTests(unittest.TestCase):
def setUp(self):
self.mac_map = SoSMacMap()
self.ip_map = SoSIPMap()
- self.host_map = SoSHostnameMap(['redhat.com'])
+ self.host_map = SoSHostnameMap()
+ self.host_map.load_domains_from_options(['redhat.com'])
self.kw_map = SoSKeywordMap()
def test_mac_map_obfuscate_valid_v4(self):