소스 검색

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

Dan Helfman 3 달 전
부모
커밋
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'}