diff --git a/tests/test_bootstrap.py b/tests/test_bootstrap.py index 96219c2..3f3f921 100644 --- a/tests/test_bootstrap.py +++ b/tests/test_bootstrap.py @@ -16,7 +16,7 @@ def setUp(self): whoisit.clear_bootstrapping() with open(BASE_DIR / 'data_bootstrap.json', 'rt') as f: self.bootstrap_data = f.read() - + def tearDown(self): whoisit.clear_bootstrapping() @@ -203,7 +203,7 @@ def test_override_endpoint(self): self.assertEqual(whoisit._bootstrap.get_rir_endpoint(name), endpoint) # Check the RIR names are valid - expected = ('afrinic', 'arin', 'apnic', 'jpnic', 'idnic', 'krnic', + expected = ('afnic', 'afrinic', 'arin', 'apnic', 'jpnic', 'idnic', 'krnic', 'lacnic', 'registro.br', 'ripe', 'twnic') self.assertEqual(whoisit._bootstrap.get_rir_endpoint_names(), expected)