fix: require native persona authorization verification
This commit is contained in:
parent
75b6262c91
commit
584f38b478
13 changed files with 195 additions and 173 deletions
|
|
@ -543,7 +543,7 @@ mod tests {
|
|||
repository_head: "a".repeat(40),
|
||||
model_instance_id: "MODEL-INSTANCE-001".into(),
|
||||
request_id: "REQ-001".into(),
|
||||
source_language_anchor: "HLP-CURRENT-ARCH-001@2026-08-12.14".into(),
|
||||
source_language_anchor: "HLP-CURRENT-ARCH-001@2026-08-12.15".into(),
|
||||
issued_at: "2026-08-12T05:00:00+08:00".into(),
|
||||
valid_until: "2026-08-12T05:10:00+08:00".into(),
|
||||
evidence_digest: "b".repeat(64),
|
||||
|
|
@ -560,7 +560,7 @@ mod tests {
|
|||
repository_head: "a".repeat(40),
|
||||
model_instance_id: "MODEL-INSTANCE-001".into(),
|
||||
request_id: "REQ-001".into(),
|
||||
source_language_anchor: "HLP-CURRENT-ARCH-001@2026-08-12.14".into(),
|
||||
source_language_anchor: "HLP-CURRENT-ARCH-001@2026-08-12.15".into(),
|
||||
observed_at_milliseconds: chrono::DateTime::parse_from_rfc3339(
|
||||
"2026-08-12T05:05:00+08:00",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue