add test for Mikrotik

This commit is contained in:
Samuel Behan 2019-07-12 15:07:39 +02:00
parent 155bc9e8d8
commit 11146e7ab3
1 changed files with 1 additions and 0 deletions

View File

@ -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 {