Skip to content

Commit

Permalink
issue_762 removed redundency from unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VitthalMagadum committed Sep 11, 2024
1 parent 8e992a9 commit 136041e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/units/anta_tests/test_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -2459,8 +2459,6 @@
"synchronization": True,
"collecting": True,
"distributing": True,
"defaulted": False,
"expired": False,
},
"actorPortState": {
"activity": True,
Expand All @@ -2469,8 +2467,6 @@
"synchronization": True,
"collecting": True,
"distributing": True,
"defaulted": False,
"expired": False,
},
}
}
Expand Down Expand Up @@ -2538,8 +2534,6 @@
"synchronization": False,
"collecting": True,
"distributing": True,
"defaulted": False,
"expired": False,
},
"actorPortState": {
"activity": False,
Expand All @@ -2548,8 +2542,6 @@
"synchronization": False,
"collecting": True,
"distributing": True,
"defaulted": False,
"expired": False,
},
}
}
Expand Down

0 comments on commit 136041e

Please sign in to comment.