fix(tests): follow custom-html docroot move
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
autonomic-bot
2026-06-01 19:42:22 +00:00
parent 2e2b90b85f
commit 5650875dfe
6 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ import sys
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "..", "runner"))
from harness import lifecycle # noqa: E402
MARKER_PATH = "/usr/share/nginx/html/ci-marker.txt"
MARKER_PATH = "/srv/www/html/ci-marker.txt"
def test_backup_captures_state(live_app):