Skip to content

Commit

Permalink
fix for some test in testapi
Browse files Browse the repository at this point in the history
  • Loading branch information
k01ek committed May 15, 2024
1 parent 43ce72c commit 82e1a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 0 additions & 3 deletions netbox_bgp/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 82e1a76

Please sign in to comment.