test: add naming configuration test

Exercises the naming option which was previously untested.
Verifies fields are applied to Sonarr via config/naming API
and validates idempotency (second run reports 'already correct').
This commit is contained in:
2026-04-16 16:34:28 -04:00
parent f86a5f1b39
commit f766e5f71e
2 changed files with 60 additions and 0 deletions

View File

@@ -13,4 +13,5 @@
health-checks = import ./health-checks.nix { inherit pkgs lib self; };
delayed-start = import ./delayed-start.nix { inherit pkgs lib self; };
jellyseerr = import ./jellyseerr.nix { inherit pkgs lib self; };
naming = import ./naming.nix { inherit pkgs lib self; };
}