Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pblommefaktion committed Jan 8, 2025
1 parent 3b3d18c commit 5049308
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions t/unit/transport/test_azureservicebus.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,9 @@ def test_custom_entity_name():

# dashes allowed
assert channel.entity_name('test-celery') == 'test-celery'

# dots allowed (cf. https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftservicebus)

# dots allowed
# cf. https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules
assert channel.entity_name('test.celery') == 'test.celery'

# all other punctuations replaced by underscores
Expand Down

0 comments on commit 5049308

Please sign in to comment.