stripe / stripe-cli

A command-line tool for Stripe
https://stripe.com/docs/stripe-cli
Apache License 2.0
1.57k stars 362 forks source link

Init config in login tests #1200

Closed vcheung-stripe closed 2 weeks ago

vcheung-stripe commented 3 weeks ago

Reviewers

cc @stripe/developer-products

Summary

Fix tests that fail locally on running make test. In https://github.com/stripe/stripe-cli/pull/1198, we need the keyring library on login, whereas we didn't before. The InitConfig() function initializes the keyring object.