fix some more tests

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-06-27 15:25:49 +02:00
parent 786bada7d0
commit c702fa1f95
4 changed files with 4 additions and 4 deletions

View File

@ -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",