We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e877226 + 160a9e1 commit c46ce00Copy full SHA for c46ce00
tests/test_federation_redirect.py
@@ -13,4 +13,4 @@ def test_active_hosts(helm_config, federation_url):
13
def test_proxy_page(helm_config, federation_url):
14
r = requests.get(federation_url)
15
r.raise_for_status()
16
- assert "How it works" in r.text
+ assert '<div id="root"></div>' in r.text
0 commit comments