Skip to content

Commit 35e312e

Browse files
pblommefaktionNusnus
authored andcommitted
linting
1 parent 1004982 commit 35e312e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

t/unit/transport/test_azureservicebus.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,9 @@ def test_custom_entity_name():
360360

361361
# dashes allowed
362362
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)
363+
364+
# dots allowed
365+
# cf. https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules
365366
assert channel.entity_name('test.celery') == 'test.celery'
366367

367368
# all other punctuations replaced by underscores

0 commit comments

Comments
 (0)