From 5935c86521d15714334a8843d69b39599014a2fe Mon Sep 17 00:00:00 2001 From: Nathan Hyland Date: Mon, 16 Oct 2017 10:59:00 -0700 Subject: [PATCH] Updated testing BackendConfig -- no idea why this passes with 'make' locally --- testing/testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testing.go b/testing/testing.go index 880da2cdac..e7447846e1 100644 --- a/testing/testing.go +++ b/testing/testing.go @@ -56,7 +56,7 @@ func init() { } stripe.Key = "sk_test_myTestKey" - stripe.SetBackend("api", stripe.BackendConfiguration{ + stripe.SetBackend("api", &stripe.BackendConfiguration{ Mutex: &sync.Mutex{}, Type: stripe.APIBackend, URL: "http://localhost:" + port + "/v1",