From 5f52b6c228f2716f095184cb09e55d8b1d705c01 Mon Sep 17 00:00:00 2001 From: Sjur Fredriksen Date: Tue, 20 Feb 2024 08:12:53 +0100 Subject: [PATCH] test: remove reference to netbox-community --- tests/test_configuration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_configuration.py b/tests/test_configuration.py index 2082033b..729f720e 100644 --- a/tests/test_configuration.py +++ b/tests/test_configuration.py @@ -32,7 +32,7 @@ KNOWN_SLUGS = set() KNOWN_MODULES = set() -USE_LOCAL_KNOWN_SLUGS = False +USE_LOCAL_KNOWN_SLUGS = True USE_UPSTREAM_DIFF = True -NETBOX_DT_LIBRARY_URL = "https://github.com/netbox-community/devicetype-library.git" \ No newline at end of file +NETBOX_DT_LIBRARY_URL = "https://github.com/nrk/netbox-devicetype-library.git" \ No newline at end of file