fix some more tests
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
@ -45,7 +45,7 @@ class OutpostDockerTests(DockerTestCase, ChannelsLiveServerTestCase):
|
||||
},
|
||||
)
|
||||
# Ensure that local connection have been created
|
||||
outpost_connection_discovery()
|
||||
outpost_connection_discovery.send()
|
||||
self.provider: ProxyProvider = ProxyProvider.objects.create(
|
||||
name="test",
|
||||
internal_host="http://localhost",
|
||||
|
||||
@ -24,7 +24,7 @@ class OutpostKubernetesTests(TestCase):
|
||||
def setUp(self):
|
||||
super().setUp()
|
||||
# Ensure that local connection have been created
|
||||
outpost_connection_discovery()
|
||||
outpost_connection_discovery.send()
|
||||
self.provider: ProxyProvider = ProxyProvider.objects.create(
|
||||
name="test",
|
||||
internal_host="http://localhost",
|
||||
|
||||
@ -45,7 +45,7 @@ class TestProxyDocker(DockerTestCase, ChannelsLiveServerTestCase):
|
||||
},
|
||||
)
|
||||
# Ensure that local connection have been created
|
||||
outpost_connection_discovery()
|
||||
outpost_connection_discovery.send()
|
||||
self.provider: ProxyProvider = ProxyProvider.objects.create(
|
||||
name="test",
|
||||
internal_host="http://localhost",
|
||||
|
||||
@ -23,7 +23,7 @@ class TestProxyKubernetes(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
# Ensure that local connection have been created
|
||||
outpost_connection_discovery()
|
||||
outpost_connection_discovery.send()
|
||||
self.controller = None
|
||||
|
||||
@pytest.mark.timeout(120)
|
||||
|
||||
Reference in New Issue
Block a user