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
F3756284: D1000.diff
Mon, Nov 18, 22:25
Unknown Object (File)
Fri, Nov 15, 03:21
Unknown Object (File)
Thu, Nov 14, 08:46
Unknown Object (File)
Thu, Nov 14, 04:49
Unknown Object (File)
Wed, Nov 13, 22:50
Unknown Object (File)
Wed, Nov 13, 17:43
Unknown Object (File)
Sat, Nov 9, 16:59
Unknown Object (File)
Sat, Nov 2, 18:35
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.