Skip to content

Commit

Permalink
Update from base branch
Browse files Browse the repository at this point in the history
From the artifact of the previous workflow run
  • Loading branch information
geo-ghci-int[bot] committed Oct 31, 2024
1 parent 34f9d7c commit ec4fef3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,3 @@ def test_url(url: str, params: dict[str, str], timeout: int) -> None:
continue
break
assert response.status_code == 200, response.text


def test_admin() -> None:
"""Tests that the admin page will provide the login page."""
response = requests.get("https://front/admin/", verify=False, timeout=30) # nosec
assert response.status_code == 200, response.text

0 comments on commit ec4fef3

Please sign in to comment.