mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Black and changelog added for 63060
This commit is contained in:
parent
a649fec423
commit
e9c86090ae
2 changed files with 3 additions and 0 deletions
1
changelog/63060.fixed.md
Normal file
1
changelog/63060.fixed.md
Normal file
|
@ -0,0 +1 @@
|
|||
file.managed correctly handles file path with '#'
|
|
@ -223,6 +223,8 @@ def test_get_file_client(file_client):
|
|||
with patch("salt.fileclient.RemoteClient", MagicMock(return_value="remote_client")):
|
||||
ret = fileclient.get_file_client(minion_opts)
|
||||
assert "remote_client" == ret
|
||||
|
||||
|
||||
def test_get_url_with_hash(client_opts):
|
||||
"""
|
||||
Test get_url function with a URL containing a hash character.
|
||||
|
|
Loading…
Add table
Reference in a new issue