We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a1753 commit 19896e4Copy full SHA for 19896e4
cedar-drt/src/tests.rs
@@ -132,8 +132,9 @@ pub fn run_auth_test(
132
assert_eq!(
133
rust_res_for_comparison,
134
definitional_res.response,
135
- "Mismatch for {request}\nPolicies:\n{policies}\nEntities:\n{}",
136
- entities.as_ref()
+ "Mismatch for {request}, with error comparison mode {ecmode:?}\nPolicies:\n{policies}\nEntities:\n{es}",
+ ecmode = custom_impl.error_comparison_mode(),
137
+ es = entities.as_ref(),
138
);
139
rust_res
140
}
0 commit comments