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