From d3f8e815c1fa5d0b0b4c22dba320ca701a20136f Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 10 Jan 2021 10:59:05 -0800 Subject: [PATCH] backups: tests: Fix a typo in test case name Tests performed: - Ran all backup related unit tests. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/backups/tests/test_validators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/backups/tests/test_validators.py b/plinth/modules/backups/tests/test_validators.py index 394a6d2ae..1ea168380 100644 --- a/plinth/modules/backups/tests/test_validators.py +++ b/plinth/modules/backups/tests/test_validators.py @@ -63,7 +63,7 @@ def test_repository_dir_path_validation(): _validate_repository(valid_dir_paths, invalid_dir_paths, path_string) -def test_respository_with_colon_path(): +def test_repository_with_colon_path(): """Test that a colon is possible in directory path.""" _, hostname, path = split_path('user@fe80::2078:6c26:498a:1fa5:/foo:bar') assert hostname == 'fe80::2078:6c26:498a:1fa5'