fix: Restore a deleted field

This commit is contained in:
holooooo 2021-04-20 17:57:58 +08:00
parent 0c04798bbe
commit 672a59d780

View File

@ -39,7 +39,7 @@ func TestResponse(t *testing.T) {
} }
func TestDoRequest(t *testing.T) { func TestDoRequest(t *testing.T) {
req := Get("https://goolnk.com/") req := Get("https://goolnk.com/33BD2j")
retryAmount := 1 retryAmount := 1
req.Retries(1) req.Retries(1)
req.RetryDelay(1400 * time.Millisecond) req.RetryDelay(1400 * time.Millisecond)