mirror of
https://github.com/saymrwulf/proof-aware-crypto-tooling-agent.git
synced 2026-09-03 19:53:43 +00:00
test: the key-section guard follows the corrected plural heading
(The guard did its job — the suite was red after the heading fix and my verification chain swallowed the exit code through a pipe and deployed anyway. Chain hygiene restored: pipefail on every gate invocation.)
This commit is contained in:
parent
43d7f00930
commit
6b16eee940
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ def test_web_endpoints_and_online_proof_roundtrip(tmp_path):
|
|||
with urllib.request.urlopen(base + "/docs", timeout=10) as r:
|
||||
page = r.read().decode()
|
||||
assert "BEGIN PUBLIC KEY" in page
|
||||
assert "pin this key" in page.lower()
|
||||
assert "pin these keys" in page.lower()
|
||||
# operator-dropped documents: served by bare name, absent from the
|
||||
# endpoint index, traversal-safe
|
||||
site = tmp_path / "log" / "site"
|
||||
|
|
|
|||
Loading…
Reference in a new issue