Skip to content

Commit

Permalink
Updated testing BackendConfig -- no idea why this passes with 'make' …
Browse files Browse the repository at this point in the history
…locally
  • Loading branch information
natdm committed Oct 16, 2017
1 parent 453a5bb commit 5935c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5935c86

Please sign in to comment.