Skip to content

Commit

Permalink
Re-write test_proxy_page() the simplest way possible
Browse files Browse the repository at this point in the history
Related to #3188
  • Loading branch information
rgaiacs committed Jan 23, 2025
1 parent 6e2a0e2 commit 160a9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_federation_redirect.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def test_active_hosts(helm_config, federation_url):
def test_proxy_page(helm_config, federation_url):
r = requests.get(federation_url)
r.raise_for_status()
assert "How it works" in r.text
assert '<div id="root"></div>' in r.text

0 comments on commit 160a9e1

Please sign in to comment.