Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #34560

Closed
wants to merge 15 commits into from
4 changes: 2 additions & 2 deletions .gitlab/ci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
variables:

Check failure on line 1 in .gitlab/ci/.gitlab-ci.yml

View workflow job for this annotation

GitHub Actions / protect-infra-files

Protected file modified

This file should not be changed in master. If you are sure it's necessary, ask for a force merge and explain the rationale.
CURRENT_BRANCH_NAME: $INFRA_BRANCH
CURRENT_BRANCH_NAME: 'collect-test-nightly-changes'

include:
- file: "/.gitlab/ci/content-ci/ci/.gitlab-ci.yml"
ref: $INFRA_BRANCH
ref: 'collect-test-nightly-changes'
project: "${CI_PROJECT_NAMESPACE}/infra"

default:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from CommonServerPython import * # noqa: F401
# pylint: disable=E9010, E9011
import traceback

# test
from CommonServerUserPython import *
import requests
import re
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from urllib3.exceptions import InsecureRequestWarning
urllib3.disable_warnings(category=InsecureRequestWarning)

# test
TERSE_FIELDS = [
'id',
'cluster_id',
Expand Down
2 changes: 1 addition & 1 deletion Packs/Zoom/Integrations/Zoom/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Use the Zoom integration manage your Zoom users and meetings
This integration was integrated and tested with version 2.0.0 of Zoom

## Configure Zoom on Cortex XSOAR
## Configure Zoom on Cortex XSOAR test

1. Navigate to **Settings** > **Integrations** > **Servers & Services**.
2. Search for Zoom.
Expand Down
Loading