()
| 243 | } |
| 244 | |
| 245 | func testFullConfig() string { |
| 246 | var data = ` |
| 247 | git_protocol: ssh |
| 248 | editor: |
| 249 | prompt: enabled |
| 250 | pager: less |
| 251 | hosts: |
| 252 | github.com: |
| 253 | user: user1 |
| 254 | oauth_token: xxxxxxxxxxxxxxxxxxxx |
| 255 | git_protocol: ssh |
| 256 | enterprise.com: |
| 257 | user: user2 |
| 258 | oauth_token: yyyyyyyyyyyyyyyyyyyy |
| 259 | git_protocol: https |
| 260 | ` |
| 261 | return data |
| 262 | } |
no outgoing calls
no test coverage detected