canic-host 0.70.4

Host-side build, install, deployment, and fleet-template library for Canic workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
use super::*;

#[test]
fn policy_gate_report_schema_is_stable() {
    assert_eq!(
        policy_gate_report_schema(),
        PayloadSchemaRefV1 {
            id: "canic.policy_gate_report.v1".to_string(),
            version: "1".to_string(),
            stability: PayloadSchemaStabilityV1::Stable,
        }
    );
}