outposts: fix unittests

This commit is contained in:
Jens Langhammer 2020-11-04 14:56:35 +01:00
parent 6c72a9e2e8
commit e5e2615f15
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class OutpostKubernetesTests(TestCase):
external_host="http://localhost",
authorization_flow=Flow.objects.first(),
)
self.service_connection = KubernetesServiceConnection.objects.get(local=True)
self.service_connection = KubernetesServiceConnection.objects.first()
self.outpost: Outpost = Outpost.objects.create(
name="test",
type=OutpostType.PROXY,