From 6be1fa9c8aaeb9bcdfbf8268c8aa3eaff095f416 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Thu, 23 Feb 2023 15:45:13 +0100 Subject: [PATCH] FIX: Correct docstring --- unittests/test_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/test_tool.py b/unittests/test_tool.py index 879bbe70..af84f8fd 100755 --- a/unittests/test_tool.py +++ b/unittests/test_tool.py @@ -970,7 +970,7 @@ def test_split_restricted_path(): def test_deprecated_prefix_option(): """Test that calling the crawler's main function with the deprecated - `prefix` option correctly raises a Deprecation warning. + `prefix` option raises the correct errors and warnings. """ -- GitLab