Skip to content

Commit 160a9e1

Browse files
committed
Re-write test_proxy_page() the simplest way possible
Related to #3188
1 parent 6e2a0e2 commit 160a9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_federation_redirect.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def test_active_hosts(helm_config, federation_url):
1313
def test_proxy_page(helm_config, federation_url):
1414
r = requests.get(federation_url)
1515
r.raise_for_status()
16-
assert "How it works" in r.text
16+
assert '<div id="root"></div>' in r.text

0 commit comments

Comments
 (0)