Setup for getting pages from the cluster.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2025-06-18 16:15:53 -04:00
parent 7d89f6c7ad
commit e69dbf58fa
3 changed files with 47 additions and 3 deletions

View File

@@ -7,9 +7,11 @@ from release_tests.support import ADDR, get_port
class Translate:
"""Creates a translation mock for release testing."""
def __init__(self, url="/", replies=None):
def __init__(self, url=None, replies=None):
"""Initialize"""
if not url:
url = "/"
if not replies:
replies = ["hello."]