Skip to content

Commit 10aebba

Browse files
author
Nelson Wang
committed
Fixing test assertion due to splunktcp ssl change
1 parent a0ec856 commit 10aebba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_docker_splunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3397,7 +3397,7 @@ def test_compose_3idx1cm_splunktcp_ssl(self):
33973397
assert "disabled = 0" in std_out
33983398
assert "[SSL]" in std_out
33993399
assert "serverCert = /tmp/defaults/cert.pem" in std_out
3400-
assert "[sslConfig]" in std_out
3400+
assert "[sslConfig]" not in std_out
34013401
assert "rootCA = /tmp/defaults/ca.pem" in std_out
34023402
if container_name == "cm1":
34033403
exec_command = self.client.exec_create(cid, "cat /opt/splunk/etc/system/local/outputs.conf", user="splunk")

0 commit comments

Comments
 (0)