Skip to content

Commit

Permalink
Minor updates to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jan 17, 2016
1 parent 0079108 commit 4d81783
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_netmiko_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ def test_exit_config_mode(net_connect, commands, expected_responses):
net_connect.exit_config_mode()
assert net_connect.check_config_mode() == False


def test_command_set(net_connect, commands, expected_responses):
'''
Test sending configuration commands
'''

config_commands = commands['config']
support_commit = commands.get('support_commit')
config_verify = commands['config_verification']
Expand Down

0 comments on commit 4d81783

Please sign in to comment.