Skip to content

Commit

Permalink
Merge pull request #3189 from rgaiacs/3188-update-test
Browse files Browse the repository at this point in the history
Re-write test_proxy_page() the simplest way possible
  • Loading branch information
minrk authored Jan 24, 2025
2 parents e877226 + 160a9e1 commit c46ce00
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 c46ce00

Please sign in to comment.