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

[XSUP-33662] Fix Okta Auth0 test-module #32992

Merged
merged 2 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def test_module_command(client: Client, params: dict, last_run: dict) -> str:
Returns:
(str) 'ok' if success.
"""
params = prepare_query_params(params)
fetch_events_command(client, params, last_run)
return 'ok'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.13.86272
dockerimage: demisto/python3:3.10.13.87159
marketplaces:
- marketplacev2
fromversion: 8.2.0
Expand Down
7 changes: 7 additions & 0 deletions Packs/OktaAuth0/ReleaseNotes/1_0_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### Okta Auth0 Event Collector

- Fixed an issue where the *Test button* failed to generate correct query params for the test.
- Updated the Docker image to: *demisto/python3:3.10.13.87159*.
2 changes: 1 addition & 1 deletion Packs/OktaAuth0/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Okta Auth0",
"description": "Identity platform to manage access to your applications.",
"support": "xsoar",
"currentVersion": "1.0.1",
"currentVersion": "1.0.2",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading