fix: Restore a deleted field
This commit is contained in:
parent
0c04798bbe
commit
672a59d780
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user