nixos/tests/netbox: Adjust (upgrade) test for 4.3.0+, drop tests for 3.7

This commit is contained in:
transcaffeine
2025-06-05 23:29:20 +02:00
parent bab7533666
commit 8a244f67c6
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
let
oldNetbox = "netbox_4_1";
newNetbox = "netbox_4_2";
oldNetbox = "netbox_4_2";
newNetbox = "netbox_4_3";
apiVersion =
version: