Skip to content

Commit

Permalink
chore: update test output after core scrapli gloabl/system ssh (for s…
Browse files Browse the repository at this point in the history
…ystem transport) update
  • Loading branch information
carlmontanari committed Jul 30, 2024
1 parent 4c0acb8 commit 6398773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def mock_open(cls):
"scrapli_netconf", nornir_global_ssh.config
)
assert nornir_global_ssh.config.ssh.config_file == "notarealfile!"
assert scrapli_conn.ssh_config_file == resolve_ssh_config("")
assert scrapli_conn.ssh_config_file == "SYSTEM_TRANSPORT_SSH_CONFIG_TRUE"


def test_connection_global_ssh_config_setting_no_connection_option_ssh(
Expand Down

0 comments on commit 6398773

Please sign in to comment.