diff --git a/Makefile b/Makefile index b8cbc36..48aecd9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PYTHON_VER?=3.8 -NETBOX_VER?=v3.7.0 +PYTHON_VER?=3.10 +NETBOX_VER?=v4.0.2 NAME=netbox-bgp diff --git a/netbox_bgp/tests/test_api.py b/netbox_bgp/tests/test_api.py index f240d92..51f1036 100644 --- a/netbox_bgp/tests/test_api.py +++ b/netbox_bgp/tests/test_api.py @@ -269,9 +269,6 @@ def setUpTestData(cls): family=IPAddressFamilyChoices.FAMILY_4, comments="comments_pl", ) - self.session.save() - self.session.import_policies.add(import_pol) - self.session.export_policies.add(export_pol) sessions = ( BGPSession(