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

This commit is contained in:
autonomic-bot
2026-06-01 19:55:39 +00:00
parent d6a8f6f6b6
commit 7a7d6840b3
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 = "/srv/www/html/ci-marker.txt"
MARKER_PATH = "/var/www/html/ci-marker.txt"
def test_backup_captures_state(live_app):