test: fix executor tests after helpers refactor

This commit is contained in:
Luis Pater
2026-04-02 11:12:30 +08:00
parent 25d1c18a3f
commit 913f4a9c5f
2 changed files with 15 additions and 11 deletions

View File

@@ -91,6 +91,14 @@ func ResetClaudeDeviceProfileCache() {
claudeDeviceProfileCacheMu.Unlock()
}
func MapStainlessOS() string {
return mapStainlessOS()
}
func MapStainlessArch() string {
return mapStainlessArch()
}
func defaultClaudeDeviceProfile(cfg *config.Config) ClaudeDeviceProfile {
hdrDefault := func(cfgVal, fallback string) string {
if strings.TrimSpace(cfgVal) != "" {