openBackhaul / AdministratorAdministration

Administrates the list of administrators of the application layer.
Apache License 2.0
5 stars 8 forks source link

Attribute correctness to "address object" in request-body #111

Closed IswaryaaS closed 1 year ago

IswaryaaS commented 1 year ago

Unlike v1.0.0, the address attribute in v2.0.0 is an object which will contain either ipv-4-address or domain-name (unique in tcp server and client instances). A test needs to be added if the server is accepting maximum of only 1 property. To achieve this, we can formulate a request body with no address attribute (empty object) and two address attribute (both ipv-4-address and domain-name) This can be categorized under "Acceptance" :: "Attribute correctness" section.

The following services will need updates