InitForTestPurposes is called by most *_testing.go files in Vouch Proxy
()
| 571 | |
| 572 | // InitForTestPurposes is called by most *_testing.go files in Vouch Proxy |
| 573 | func InitForTestPurposes() { |
| 574 | InitForTestPurposesWithProvider("") |
| 575 | } |
| 576 | |
| 577 | // InitForTestPurposesWithProvider just for testing |
| 578 | func InitForTestPurposesWithProvider(provider string) { |