Skip to content

Commit 730798d

Browse files
committed
Fix building unknown smoke test configs
1 parent b44000b commit 730798d

File tree

1 file changed

+1
-1
lines changed
  • build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/views/features

1 file changed

+1
-1
lines changed

build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/views/features/smoke.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def config_map(raw_key, raw_value)
104104
when 'useAccountIdRouting' then nil # TODO
105105
else
106106
# catch all, possible code generated config options
107-
[downcase(raw_key), raw_value]
107+
[underscore(raw_key), raw_value]
108108
end
109109
end
110110

0 commit comments

Comments
 (0)