Skip to content

Commit c46ce00

Browse files
authored
Merge pull request #3189 from rgaiacs/3188-update-test
Re-write test_proxy_page() the simplest way possible
2 parents e877226 + 160a9e1 commit c46ce00

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)