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 17:29:44 -04:00
parent 948c9e3a38
commit a6518b507c
2 changed files with 59 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; };
}