浏览代码

Omit "pattern" from missing actions test (#1056).

Dan Helfman 2 月之前
父节点
当前提交
f6de79060e
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 1
      borgmatic/config/schema.yaml
  2. 1 0
      tests/integration/config/test_schema.py

+ 0 - 1
borgmatic/config/schema.yaml

@@ -923,7 +923,6 @@ properties:
                 - compact
                 - create
                 - recreate
-                - pattern
                 - check
                 - delete
                 - extract

+ 1 - 0
tests/integration/config/test_schema.py

@@ -20,6 +20,7 @@ ACTIONS_MODULE_NAMES_TO_OMIT = {
     'export_key',
     'import_key',
     'json',
+    'pattern',
 }
 ACTIONS_MODULE_NAMES_TO_ADD = {'key', 'umount'}