From 273e96f06aaeb924daaaafc5f41ac00ff4c1a2fd Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Tue, 19 May 2020 16:27:57 -0400 Subject: [PATCH] Update test_cisco_nx_os.py --- tests/test_cisco_nx_os.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cisco_nx_os.py b/tests/test_cisco_nx_os.py index 97888c2..bb08dcb 100644 --- a/tests/test_cisco_nx_os.py +++ b/tests/test_cisco_nx_os.py @@ -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])