Skip to content

Commit

Permalink
Update test_cisco_nx_os.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed May 19, 2020
1 parent 2609ecc commit 273e96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cisco_nx_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_cisco_nx_os_soup2(
"{{ mark }}364241: {{ bsd }} GMT: %ADJ-3-RESOLVE_REQ: Adj resolve request: Failed to resolve {{ host }} Vlan1\n"
)
message = mt.render(
mark="<111>", bsd=bsd, host=host, date=date, time=time, tzoffset=tzoffset
mark="<111>", bsd=bsd, date=date, time=time, tzoffset=tzoffset
)

sendsingle(message, setup_sc4s[0], setup_sc4s[1][514])
Expand Down

0 comments on commit 273e96f

Please sign in to comment.