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
Unknown Object (File)
Fri, Jan 16, 11:49
Unknown Object (File)
Fri, Jan 16, 05:46
Unknown Object (File)
Mon, Jan 12, 10:12
Unknown Object (File)
Sun, Jan 11, 10:34
Unknown Object (File)
Sun, Jan 11, 09:53
Unknown Object (File)
Sat, Jan 10, 10:55
Unknown Object (File)
Sat, Jan 3, 13:52
Unknown Object (File)
Wed, Dec 31, 14:38
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.