Unverified Commit 0a8e6740 authored by transcaffeine's avatar transcaffeine
Browse files

netbox_4_4: fix passthru tests

parent 8b4b6f59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };