Skip to content

Standardize spelling of 'canceled' in wsrelay.py#16178

Merged
jessicamack merged 1 commit intoansible:develfrom
joeywashburn:devel
Feb 4, 2026
Merged

Standardize spelling of 'canceled' in wsrelay.py#16178
jessicamack merged 1 commit intoansible:develfrom
joeywashburn:devel

Conversation

@joeywashburn
Copy link
Copy Markdown
Contributor

@joeywashburn joeywashburn commented Nov 14, 2025

Changed two instances of 'cancelled' to 'canceled' in awx/main/wsrelay.py to match AWX's standardized American English spelling convention.

Changes

  • Updated log message in WebsocketRelayConnection.connect() (line 97)
  • Updated comment in WebSocketRelayManager.cleanup_offline_host() (line 294)
ISSUE TYPE
  • Bug, Docs Fix or other nominal change

Testing

  • Ran black --check - passed
  • Ran wsrelay tests via pytest awx/main/tests/functional/test_routing.py - all passed (4 passed, 1 expected failure)
  • Syntax validation passed

Fixes #15177

@tvo318
Copy link
Copy Markdown
Member

tvo318 commented Jan 15, 2026

Thanks for your contribution, @joeywashburn. There is a failed CI check that I've cleared by adding the issue type information.

Changed two instances of 'cancelled' to 'canceled' in awx/main/wsrelay.py
to match AWX's standardized American English spelling convention.

- Updated log message in WebsocketRelayConnection.connect()
- Updated comment in WebSocketRelayManager.cleanup_offline_host()

Fixes ansible#15177

Signed-off-by: Joey Washburn <joey@joeywashburn.com>
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Feb 2, 2026

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@jessicamack jessicamack merged commit 749735b into ansible:devel Feb 4, 2026
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cancelled vs canceled - standardize spelling in codebase

3 participants