Jelajahi Sumber

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

Dan Helfman 1 bulan lalu
induk
melakukan
f6de79060e
2 mengubah file dengan 1 tambahan dan 1 penghapusan
  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'}