backups: tests: Fix a typo in test case name

Tests performed:

- Ran all backup related unit tests.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2021-01-10 10:59:05 -08:00 committed by James Valleroy
parent d79f97f752
commit d3f8e815c1
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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'