()
| 524 | } |
| 525 | |
| 526 | func enableAccessiblePrompterConfig() gh.Config { |
| 527 | return config.NewMockConfigFromString("accessible_prompter: enabled") |
| 528 | } |
| 529 | |
| 530 | func disableAccessiblePrompterConfig() gh.Config { |
| 531 | return config.NewMockConfigFromString("accessible_prompter: disabled") |
no test coverage detected