Skip to content

Commit

Permalink
Fix building unknown smoke test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jul 12, 2024
1 parent b44000b commit 730798d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def config_map(raw_key, raw_value)
when 'useAccountIdRouting' then nil # TODO
else
# catch all, possible code generated config options
[downcase(raw_key), raw_value]
[underscore(raw_key), raw_value]
end
end

Expand Down

0 comments on commit 730798d

Please sign in to comment.