From 919f293fc72ebc4aedb7f58ad9b10b8697a2aa23 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 13 May 2021 13:09:30 +0200 Subject: [PATCH] tests/e2e: fix redirect_uri Signed-off-by: Jens Langhammer --- tests/e2e/test_provider_proxy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/test_provider_proxy.py b/tests/e2e/test_provider_proxy.py index cbced9b70..6ed89ce8d 100644 --- a/tests/e2e/test_provider_proxy.py +++ b/tests/e2e/test_provider_proxy.py @@ -70,7 +70,7 @@ class TestProviderProxy(SeleniumTestCase): authorization_flow=Flow.objects.get( slug="default-provider-authorization-implicit-consent" ), - internal_host="http://localhost:80", + internal_host="http://localhost", external_host="http://localhost:4180", ) # Ensure OAuth2 Params are set @@ -123,7 +123,7 @@ class TestProviderProxyConnect(ChannelsLiveServerTestCase): authorization_flow=Flow.objects.get( slug="default-provider-authorization-implicit-consent" ), - internal_host="http://localhost:80", + internal_host="http://localhost", external_host="http://localhost:4180", ) # Ensure OAuth2 Params are set