summaryrefslogtreecommitdiff
path: root/tests/test_plugins.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r--tests/test_plugins.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py
index 607a21a4..e6c1f17d 100644
--- a/tests/test_plugins.py
+++ b/tests/test_plugins.py
@@ -707,6 +707,7 @@ class BadPluginTest(FileTracerTest):
excmsgs=[
"expected str, bytes or os.PathLike object, not float",
"'float' object has no attribute",
+ "object of type 'float' has no len()",
],
)