Skip to content

Commit

Permalink
add test to pytest and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Megan Wilhite authored and garethgreenaway committed Oct 6, 2022
1 parent ee969de commit 764f182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/61650.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix ssh config roster to correctly parse the ssh config files that contain spaces.
4 changes: 2 additions & 2 deletions tests/pytests/unit/roster/test_ssh_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def mock_fp():
IdentityFile ~/.ssh/id_rsa_abc
Host def*
IdentityFile ~/.ssh/id_rsa_def
IdentityFile ~/.ssh/id_rsa_def
Host abc.asdfgfdhgjkl.com
HostName 123.123.123.123
Expand All @@ -77,7 +77,7 @@ def mock_fp():
HostName 123.123.123.124
Host def.asdfgfdhgjkl.com
HostName 234.234.234.234
HostName 234.234.234.234
"""
)

Expand Down

0 comments on commit 764f182

Please sign in to comment.