MCPcopy Create free account
hub / github.com/cedar-policy/cedar-java / empty_validation_call_succeeds

Function empty_validation_call_succeeds

CedarJavaFFI/src/tests.rs:193–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191
192 #[test]
193 fn empty_validation_call_succeeds() {
194 let result = call_cedar("ValidateOperation", r#"{ "schema": "", "policies": {} }"#);
195 assert_validation_success(&result);
196 }
197
198 #[test]
199 fn validate_with_level_succeeds() {

Callers

nothing calls this directly

Calls 2

call_cedarFunction · 0.85

Tested by

no test coverage detected