()
| 84 | } |
| 85 | |
| 86 | func getDefaultGithubConfig() []Github { |
| 87 | return []Github{ |
| 88 | { |
| 89 | Name: "dummy_creds", |
| 90 | Description: "dummy github credentials", |
| 91 | OAuth2Token: "bogus", |
| 92 | }, |
| 93 | } |
| 94 | } |
| 95 | |
| 96 | func getDefaultJWTCofig() JWTAuth { |
| 97 | return JWTAuth{ |
no outgoing calls
no test coverage detected