diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-27 20:37:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 20:37:36 +0100 |
commit | 7281775381cda79ef61df27820387dc2c74e0384 (patch) | |
tree | 14a89942587036f582feda6d49986171987d8542 /cli/ops | |
parent | cc0a3721275398a5b081ba5ee8e13fa2410ada04 (diff) |
Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)
Diffstat (limited to 'cli/ops')
-rw-r--r-- | cli/ops/testing.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/ops/testing.rs b/cli/ops/testing.rs index 4a2f48181..28c4145ea 100644 --- a/cli/ops/testing.rs +++ b/cli/ops/testing.rs @@ -123,8 +123,6 @@ fn op_register_test( #[string] name: String, ignore: bool, only: bool, - sanitize_ops: bool, - sanitize_resources: bool, #[string] file_name: String, #[smi] line_number: u32, #[smi] column_number: u32, @@ -143,8 +141,6 @@ fn op_register_test( name, ignore, only, - sanitize_ops, - sanitize_resources, origin: origin.clone(), location: TestLocation { file_name, |