Setup for getting pages from the cluster.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
@@ -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."]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user