summaryrefslogtreecommitdiff
path: root/scripts/cli/test_interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cli/test_interfaces.py')
-rwxr-xr-xscripts/cli/test_interfaces.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cli/test_interfaces.py b/scripts/cli/test_interfaces.py
index ad8e653ce..1b775e1fe 100755
--- a/scripts/cli/test_interfaces.py
+++ b/scripts/cli/test_interfaces.py
@@ -35,6 +35,8 @@ class BasicInterfaceTest:
self.session.delete(self._base_path)
self.session.commit()
+ del self.session
+
def test_add_description(self):
""" Check if description can be added to interface """
for intf in self._interfaces: