Skip to content

Commit

Permalink
fix tests after merging #30
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed May 5, 2024
1 parent d3c10a8 commit 61d6d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 61d6d3d

Please sign in to comment.