aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cleaner_tests.py
diff options
context:
space:
mode:
authorBryan Quigley <code@bryanquigley.com>2020-08-11 17:25:18 -0700
committerJake Hunsaker <jhunsake@redhat.com>2020-08-13 10:14:16 -0400
commit85b4e423cc23d7ba316d44b665b42a71f1324670 (patch)
treea57cbe035780b02ce0a93e39f3316ebb266bf006 /tests/cleaner_tests.py
parenta80825dbb9e28306d9d2dac8114f00f03cce0c9a (diff)
downloadsos-85b4e423cc23d7ba316d44b665b42a71f1324670.tar.gz
[general] flake8 first pass
Signed-off-by: Bryan Quigley <code@bryanquigley.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'tests/cleaner_tests.py')
-rw-r--r--tests/cleaner_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cleaner_tests.py b/tests/cleaner_tests.py
index aee1147d..43545126 100644
--- a/tests/cleaner_tests.py
+++ b/tests/cleaner_tests.py
@@ -62,7 +62,6 @@ class CleanerMapTests(unittest.TestCase):
self.assertTrue(_test.ip in _net.network)
def test_ip_map_get_same_with_or_without_cidr(self):
- _net = self.ip_map.get('192.168.4.0/24')
_hostwsub = self.ip_map.get('192.168.4.1/24')
_hostnosub = self.ip_map.get('192.168.4.1')
self.assertEqual(_hostwsub.split('/')[0], _hostnosub)