Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Wegrzycki committed Apr 25, 2022
1 parent cb0dfaa commit d4d6bce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/suite/test_app_protect_waf_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ def test_ap_waf_policy_multi_logs(
log_loc = f"/var/log/messages"
create_items_from_yaml(kube_apis, src_syslog_yaml, test_namespace)
create_items_from_yaml(kube_apis, src_syslog_yaml_additional, test_namespace)
syslog_dst1 = f"syslog-svc.{test_namespace}"
syslog_dst2 = f"syslog-svc-1.{test_namespace}"
syslog_pods = kube_apis.v1.list_namespaced_pod(test_namespace, label_selector="app in (syslog, syslog-1)").items
print(f"Create waf policy")
Expand Down

0 comments on commit d4d6bce

Please sign in to comment.