netbox_4_4: fix passthru tests

This commit is contained in:
transcaffeine
2026-03-18 18:03:34 +01:00
parent 8b4b6f5977
commit 0a8e6740af
+1 -1
View File
@@ -111,7 +111,7 @@ py.pkgs.buildPythonApplication rec {
pythonPath = py.pkgs.makePythonPath dependencies;
inherit (py.pkgs) gunicorn;
tests = {
netbox = nixosTests.netbox_4_3;
netbox = nixosTests.netbox_4_4;
inherit (nixosTests) netbox-upgrade;
};
updateScript = nix-update-script { };