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 1004982 commit 35e312eCopy full SHA for 35e312e
t/unit/transport/test_azureservicebus.py
@@ -360,8 +360,9 @@ def test_custom_entity_name():
360
361
# dashes allowed
362
assert channel.entity_name('test-celery') == 'test-celery'
363
-
364
- # dots allowed (cf. https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftservicebus)
+
+ # dots allowed
365
+ # cf. https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules
366
assert channel.entity_name('test.celery') == 'test.celery'
367
368
# all other punctuations replaced by underscores
0 commit comments