mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-17 14:33:30 +02:00
implement /asn-org
endpoint
This commit is contained in:
@ -94,6 +94,7 @@ func TestCLIHandlers(t *testing.T) {
|
||||
{s.URL + "/city", "Bornyasherk\n", 200, "", ""},
|
||||
{s.URL + "/foo", "404 page not found", 404, "", ""},
|
||||
{s.URL + "/asn", "AS59795\n", 200, "", ""},
|
||||
{s.URL + "/asn-org", "Hosting4Real\n", 200, "", ""},
|
||||
}
|
||||
|
||||
for _, tt := range tests {
|
||||
|
Reference in New Issue
Block a user