We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2a840 commit f86523cCopy full SHA for f86523c
t/unit/transport/test_azureservicebus.py
@@ -362,7 +362,7 @@ def test_custom_entity_name():
362
assert channel.entity_name('test-celery') == 'test-celery'
363
assert channel.entity_name('test.celery') == 'test-celery'
364
365
- # all other punctuations replaced by underscores
+ # all other punctuation's replaced by underscores
366
assert channel.entity_name('test_celery') == 'test_celery'
367
assert channel.entity_name('test:celery') == 'test_celery'
368
assert channel.entity_name('test+celery') == 'test_celery'
0 commit comments