Skip to content

Commit

Permalink
[XSUP-33662] Fix Okta Auth0 test-module (#32992)
Browse files Browse the repository at this point in the history
* fixed XSUP-33662

* docker
  • Loading branch information
yaakovpraisler authored and maimorag committed Feb 28, 2024
1 parent 538189c commit 82f1084
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
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

0 comments on commit 82f1084

Please sign in to comment.