Skip to content

[SENTINEL_ONE] Align error message with renamed env var#6498

Closed
Copilot wants to merge 2 commits into
masterfrom
copilot/sentinel-one-align-var-name-error-message
Closed

[SENTINEL_ONE] Align error message with renamed env var#6498
Copilot wants to merge 2 commits into
masterfrom
copilot/sentinel-one-align-var-name-error-message

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 21, 2026

In PR #3663, SIGN was renamed to SENTINELONE_INCIDENTS_SIGN, but the ConnectorConfigurationError message was not updated, leaving it mismatched with the actual env var name.

Change

  • Updated error message in external-import/sentinelone-incidents/src/external_import_connector/config_variables.py to reference SENTINELONE_INCIDENTS_SIGN
# Before
raise ConnectorConfigurationError("SIGN is not configured")

# After
raise ConnectorConfigurationError("SENTINELONE_INCIDENTS_SIGN is not configured")

Copilot AI changed the title [WIP] Align variable name and error message [SENTINEL_ONE] Align error message with renamed env var May 21, 2026
Copilot AI requested a review from SamuelHassine May 21, 2026 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SENTINEL_ONE] - Var name and error message should be aligned.

2 participants