Skip to content

Commit

Permalink
test: ✅ Tweak creation of Prefix to account for bug in stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed Jan 7, 2025
1 parent 9980210 commit 58f2f84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nautobot_ssot/tests/infoblox/test_tags_and_cfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ def test_objects_synced_to_infoblox_are_tagged(self):
"""Ensure objects synced to Infoblox have 'SSoT Synced to Infoblox' tag applied."""
create_prefix_relationship()
nb_prefix = Prefix(
network="10.0.0.0",
prefix_length=8,
prefix="10.0.0.0/8",
description="Test Network",
type="network",
status=Status.objects.get_for_model(Prefix).first(),
Expand Down Expand Up @@ -204,8 +203,7 @@ def test_cfs_have_correct_content_types_set(self):
def test_cf_updated_for_objects_synced_to_infoblox(self):
"""Ensure objects synced to Infoblox have cf 'ssot_synced_to_infoblox' correctly updated."""
nb_prefix = Prefix(
network="10.0.0.0",
prefix_length=8,
prefix="10.0.0.0/8",
description="Test Network",
type="network",
status=Status.objects.get_for_model(Prefix).first(),
Expand Down

0 comments on commit 58f2f84

Please sign in to comment.