Skip to content

Commit

Permalink
test: Fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abates committed May 1, 2024
1 parent 57613c9 commit be60145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ checks:
model: "nautobot.ipam.models.VLAN"
query: {vid: "43"}

- equal:
- count_equal:
- model: "nautobot.extras.models.RelationshipAssociation"
query: {relationship__name: "Device to VLANS"}
attribute: "destination"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ checks:
model: "nautobot.ipam.models.VLAN"
query: {vid: "43"}

- equal:
- count_equal:
- model: "nautobot.extras.models.RelationshipAssociation"
query: {relationship__name: "Device to VLANS"}
attribute: "destination"
Expand Down

0 comments on commit be60145

Please sign in to comment.