()
| 605 | } |
| 606 | |
| 607 | func enableAccessiblePrompterConfig() gh.Config { |
| 608 | return config.NewMockConfigFromString("accessible_prompter: enabled") |
| 609 | } |
| 610 | |
| 611 | func disableAccessiblePrompterConfig() gh.Config { |
| 612 | return config.NewMockConfigFromString("accessible_prompter: disabled") |
no test coverage detected