From 11146e7ab34d2c62937c83d880db347ce12d048b Mon Sep 17 00:00:00 2001 From: Samuel Behan Date: Fri, 12 Jul 2019 15:07:39 +0200 Subject: [PATCH] add test for Mikrotik --- http/http_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/http/http_test.go b/http/http_test.go index cca5e9b..b4207e2 100644 --- a/http/http_test.go +++ b/http/http_test.go @@ -208,6 +208,7 @@ func TestCLIMatcher(t *testing.T) { {"Go-http-client/1.1", true}, {"Go-http-client/2.0", true}, {"ddclient/3.8.3", true}, + {"Mikrotik/6.x Fetch", true}, {browserUserAgent, false}, } for _, tt := range tests {