diff options
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r-- | tests/test_plugins.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 27f0d7d2..5486216a 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -760,6 +760,7 @@ class BadPluginTest(FileTracerTest): "expected str, bytes or os.PathLike object, not float", "'float' object has no attribute", "object of type 'float' has no len()", + "'float' object is unsubscriptable", ], ) |