mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-10 02:43:37 +02:00
11 lines
136 B
Go
11 lines
136 B
Go
package uptime
|
|
|
|
import (
|
|
"net/url"
|
|
"testing"
|
|
)
|
|
|
|
func TestPoller(t *testing.T) {
|
|
Poller.Test(t, url.Values{"limit": []string{"1"}})
|
|
}
|