aboutsummaryrefslogtreecommitdiff
path: root/tests/confLoader.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-04-10 20:27:59 +0200
committerSébastien Dailly <sebastien@dailly.me>2025-04-12 09:47:47 +0200
commitc284321b1073e06481c63e2c061a1600fa68254d (patch)
tree87155166131f8bdfce92dbb5eb68e66b223fa1fd /tests/confLoader.ml
parent9e2dbe43abe97c4e60b158e5fa52172468a2afb8 (diff)
Added filters expressions in the externals
Diffstat (limited to 'tests/confLoader.ml')
-rw-r--r--tests/confLoader.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/confLoader.ml b/tests/confLoader.ml
index e6187c3..b0be690 100644
--- a/tests/confLoader.ml
+++ b/tests/confLoader.ml
@@ -61,7 +61,7 @@ let external_other =
target = external_table_other;
extern_key = Path 3;
allow_missing = false;
- match_rule = None;
+ filters = [];
}
let external_table_last =
@@ -74,5 +74,5 @@ let external_last =
target = external_table_last;
extern_key = Path 3;
allow_missing = true;
- match_rule = None;
+ filters = [];
}