Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Aug 16, 2020
1 parent b164628 commit 26d446a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions irrd/storage/tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ def test_more_less_specific_filters(self, irrd_database, database_handler_with_r

self.dh.close()
self.dh = DatabaseHandler(readonly=True)
self.dh.refresh_connection()

q = RPSLDatabaseQuery().ip_more_specific(IP('192.0.2.0/24'))
rpsl_pks = [r['rpsl_pk'] for r in self.dh.execute_query(q)]
Expand Down

0 comments on commit 26d446a

Please sign in to comment.