Skip to content

Commit da223c0

Browse files
authored
update URL (demisto#39006)
1 parent 1b47d93 commit da223c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/github_workflow_scripts/run_secrets_detection_get_playbook_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_playbook_state(client: demisto_client, inv_id: str):
3131

3232

3333
def wait_for_playbook_to_complete(investigation_id, client):
34-
investigation_url = f'<Content Gold URL>/WorkPlan/{investigation_id}'
34+
investigation_url = f'<Content Gold URL>/Custom/caseinfoid/{investigation_id}'
3535
print(f'Investigation URL: {investigation_url}')
3636

3737
timeout = time.time() + DEFAULT_TIMEOUT

0 commit comments

Comments
 (0)