Skip to content

Commit

Permalink
Update test_zscaler_lss_zpa_auth test
Browse files Browse the repository at this point in the history
* Update `test_zscaler_lss_zpa_auth` test to use `netproxy` index
  • Loading branch information
Mark Bonsack committed Apr 28, 2020
1 parent 39a19a2 commit 2db657a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_zscaler_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def test_zscaler_lss_zpa_auth(record_property, setup_wordlist, setup_splunk, set
message = mt.render(mark="<134>", lss_time=lss_time, host=host)
sendsingle(message, setup_sc4s[0], setup_sc4s[1][514])

st = env.from_string("search _time={{ epoch }} index=netauth sourcetype=\"zscalerlss-zpa-auth\" \"{{host}}\"")
st = env.from_string("search _time={{ epoch }} index=netproxy sourcetype=\"zscalerlss-zpa-auth\" \"{{host}}\"")
search = st.render(epoch=epoch, host=host)

resultCount, eventCount = splunk_single(setup_splunk, search)
Expand Down

0 comments on commit 2db657a

Please sign in to comment.