mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
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:
parent
d79f97f752
commit
d3f8e815c1
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user