tests/e2e: fix redirect_uri

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-13 13:09:30 +02:00
parent c4df2e5a50
commit 919f293fc7
1 changed files with 2 additions and 2 deletions

View File

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