tests/e2e: fix redirect_uri
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
c4df2e5a50
commit
919f293fc7
|
@ -70,7 +70,7 @@ class TestProviderProxy(SeleniumTestCase):
|
||||||
authorization_flow=Flow.objects.get(
|
authorization_flow=Flow.objects.get(
|
||||||
slug="default-provider-authorization-implicit-consent"
|
slug="default-provider-authorization-implicit-consent"
|
||||||
),
|
),
|
||||||
internal_host="http://localhost:80",
|
internal_host="http://localhost",
|
||||||
external_host="http://localhost:4180",
|
external_host="http://localhost:4180",
|
||||||
)
|
)
|
||||||
# Ensure OAuth2 Params are set
|
# Ensure OAuth2 Params are set
|
||||||
|
@ -123,7 +123,7 @@ class TestProviderProxyConnect(ChannelsLiveServerTestCase):
|
||||||
authorization_flow=Flow.objects.get(
|
authorization_flow=Flow.objects.get(
|
||||||
slug="default-provider-authorization-implicit-consent"
|
slug="default-provider-authorization-implicit-consent"
|
||||||
),
|
),
|
||||||
internal_host="http://localhost:80",
|
internal_host="http://localhost",
|
||||||
external_host="http://localhost:4180",
|
external_host="http://localhost:4180",
|
||||||
)
|
)
|
||||||
# Ensure OAuth2 Params are set
|
# Ensure OAuth2 Params are set
|
||||||
|
|
Reference in New Issue