Skip to content

Commit

Permalink
removed extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow committed May 20, 2024
1 parent 4494b4d commit 824f5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/modules/network/ios/test_ios_snmp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1681,8 +1681,8 @@ def test_ios_snmp_server_parsed(self):
def test_ios_snmp_server_gathered(self):
self.execute_show_command.return_value = dedent(
"""\
snmp-server host 172.16.2.99 checktrap isis hsrp
snmp-server host 172.16.2.1 version 3 priv newtera rsrb pim rsvp slb pki
snmp-server host 172.16.2.99 checktrap isis hsrp
snmp-server host 172.16.2.1 version 3 priv newtera rsrb pim rsvp slb pki
snmp-server host 172.16.2.1 version 3 noauth replace-User! slb pki
snmp-server host 172.16.2.1 vrf vrf1 version 3 priv newtera1 rsrb pim
""",
Expand Down

0 comments on commit 824f5b1

Please sign in to comment.