Revert "[fix] fix KeyError: 'ipv6'"

This reverts commit 4a187d41be.
This commit is contained in:
Noémi Ványi 2022-07-30 16:33:50 +02:00
parent 210e59c68c
commit 54867ed426
1 changed files with 1 additions and 4 deletions

View File

@ -4,15 +4,12 @@ from mock import patch
import httpx
from searx.network.network import Network, NETWORKS, initialize
from searx.network.network import Network, NETWORKS
from searx.testing import SearxTestCase
class TestNetwork(SearxTestCase):
def setUp(self):
initialize()
def test_simple(self):
network = Network()