Skip to content

Commit

Permalink
Allow warning for some schema parsing test names (#1306)
Browse files Browse the repository at this point in the history
Signed-off-by: John Kastner <[email protected]>
  • Loading branch information
john-h-kastner-aws authored Nov 6, 2024
1 parent bcb8bd9 commit dc9163c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cedar-policy-validator/src/schema/test_579.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
//! we only do the test for the more sensible one. (For instance, for 1a1, we
//! only test an entity type reference, not a common type reference.)
// Don't warn on the test case names based on above scenario classification scheme
#![allow(non_snake_case)]

use super::{test::utils::collect_warnings, SchemaWarning, ValidatorSchema};
use cedar_policy_core::extensions::Extensions;
use cedar_policy_core::test_utils::{
Expand Down

0 comments on commit dc9163c

Please sign in to comment.