Azure / azure-event-hubs-node

Node client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
MIT License
50 stars 46 forks source link

Update test endpoint that is missing path #190

Closed jeremymeng closed 5 years ago

jeremymeng commented 5 years ago

Description

amqp-common 0.1.4 and later introduced a different error for the invalid endpoint of "abc". This change updates the endpoint so that we can still test the missing entity path error.

Reference to any github issues

amarzavery commented 5 years ago

OPS Build status updates of commit 2a2066d:

:clock10: Preparing: average preparing time is 1 min(s) 9 sec(s)

amarzavery commented 5 years ago

OPS Build status updates of commit 2a2066d:

:clock10: Incremental building: average incremental building time is 20 sec(s)

amarzavery commented 5 years ago

OPS Build status updates of commit 2a2066d:

:white_check_mark: Validation status: passed

File Status Preview URL Details
client/tests/client.spec.ts :white_check_mark:Succeeded

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

jeremymeng commented 5 years ago

@ramya-rao-a please take a look

jeremymeng commented 5 years ago

Looks like I cannot merge my own PR?