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
F10765996: D1000.diff
Sat, Jul 26, 06:39
F10750979: D1000.id2555.diff
Fri, Jul 25, 20:46
Unknown Object (File)
Wed, Jul 16, 03:17
Unknown Object (File)
Wed, Jul 9, 21:32
Unknown Object (File)
Sat, Jul 5, 06:15
Unknown Object (File)
Tue, Jul 1, 13:23
Unknown Object (File)
Jun 24 2025, 23:48
Unknown Object (File)
Jun 22 2025, 22: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 Not Applicable
Unit
Tests Not Applicable

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.