Skip to content

Commit

Permalink
Remove low value test that breaks on forked repositories with securit…
Browse files Browse the repository at this point in the history
…y.txt content.
  • Loading branch information
aequitas authored and mxsasha committed Jun 18, 2024
1 parent 5512bc4 commit d37d589
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions integration_tests/develop/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ def test_index_footer_text_present(page, app_url):
expect(footer).not_to_have_text(re.compile(FOOTER_TEXT))


def test_security_txt(page, app_url):
"""Branding is disabled on develop, also security.txt"""
response = page.request.get(app_url + "/.well-known/security.txt")

expect(response).not_to_be_ok()


def test_robots_txt(page, app_url):
page.goto(app_url + "/robots.txt")

Expand Down

0 comments on commit d37d589

Please sign in to comment.