diff --git a/appstore/validator_test.go b/appstore/validator_test.go index b6829d7..f6a338a 100644 --- a/appstore/validator_test.go +++ b/appstore/validator_test.go @@ -257,6 +257,7 @@ func TestVerifySandboxReceiptFailure(t *testing.T) { client := New() client.URL = s.URL client.TimeOut = time.Second * 100 + client.SandboxURL = "localhost" req := IAPRequest{ ReceiptData: "dummy data",