Page MenuHomeDevCentral

Document default exchange isn't specified in the config
ClosedPublic

Authored by dereckson on Jul 6 2017, 20:09.
Tags
None
Referenced Files
F4083976: D1000.id.diff
Sat, Feb 1, 14:18
Unknown Object (File)
Wed, Jan 29, 06:42
Unknown Object (File)
Wed, Jan 29, 06:42
Unknown Object (File)
Wed, Jan 29, 06:42
Unknown Object (File)
Mon, Jan 27, 01:32
Unknown Object (File)
Sun, Jan 26, 01:13
Unknown Object (File)
Fri, Jan 24, 15:57
Unknown Object (File)
Fri, Jan 17, 21:34
Subscribers
None

Details

Test Plan

Post to /delivery/register_consumer the following payload:

{
	"anything": "anything"
}

(Flask considers request.json doesn't exist if the payload is empty,
this isn't a problem as we don't have any method accepting empty
payloads, as an API key will be required for register_consumer)

Get the following output to the console:

Client wants the default exchange, unspecified in config.
127.0.0.1 - - [06/Jul/2017 22:09:59] "POST /delivery/register_consumer HTTP/1.1" 400 -

Diff Detail

Repository
rND Delivery API for Notifications center
Lint
Lint Passed
Unit
No Test Coverage
Branch
mandatory_default_exchange
Build Status
Buildable 1561
Build 1809: arc lint + arc unit

Event Timeline

dereckson edited the test plan for this revision. (Show Details)
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Jul 6 2017, 20:10
This revision was automatically updated to reflect the committed changes.