Correct test

Needed to set an invalid SandboxURL to trigger the err.
This commit is contained in:
Timothy Lock
2017-12-11 17:20:32 -05:00
parent 8b1c5e29d2
commit 12a6e01874

View File

@@ -257,6 +257,7 @@ func TestVerifySandboxReceiptFailure(t *testing.T) {
client := New() client := New()
client.URL = s.URL client.URL = s.URL
client.TimeOut = time.Second * 100 client.TimeOut = time.Second * 100
client.SandboxURL = "localhost"
req := IAPRequest{ req := IAPRequest{
ReceiptData: "dummy data", ReceiptData: "dummy data",