summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoromnom62 <omnom62@outlook.com>2026-06-04 06:39:05 +1000
committeromnom62 <omnom62@outlook.com>2026-06-04 06:39:05 +1000
commit63641482f79e6fb81603762f61478969c1ac57f8 (patch)
tree59d0906531a0b2d2d8d39288d3aa9d972307f1e8 /tests
parent1d563009815dbbf6eeeb368ef14edc6f5ce4a2a2 (diff)
downloadrest.vyos-63641482f79e6fb81603762f61478969c1ac57f8.tar.gz
rest.vyos-63641482f79e6fb81603762f61478969c1ac57f8.zip
Sanity check fixes
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/modules/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/modules/base.py b/tests/unit/modules/base.py
index e5a602e..4d49fbb 100644
--- a/tests/unit/modules/base.py
+++ b/tests/unit/modules/base.py
@@ -10,7 +10,7 @@ import json
import os
import unittest
-from unittest.mock import MagicMock, patch # noqa: F401
+from unittest.mock import MagicMock # noqa: F401
def load_fixture(filename):