Skip to content

can't pass booleans to service bus create_queue,create_topic,create_subscription  #25

@huguesv

Description

@huguesv

When setting the options to pass to these functions, you have to pass in booleans as strings ie. 'false','true' otherwise if you pass in real booleans then get serialized as 'False','True' which causes a failure.

The following unit tests are affected (they currently use strings):
test_create_queue_with_options
test_create_topic_with_options
test_create_subscription_with_options

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions