tests/e2e: use vanity urls

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-10-12 12:38:23 +02:00
parent ddb70a283e
commit 15d7004e25
4 changed files with 4 additions and 4 deletions

View File

@ -271,7 +271,7 @@ class TestSourceOAuth1(SeleniumTestCase):
def get_container_specs(self) -> Optional[dict[str, Any]]:
return {
"image": "ghcr.io/beryju/oauth1-test-server:latest",
"image": "beryju.org/oauth1-test-server:latest",
"detach": True,
"network_mode": "host",
"auto_remove": True,