module GdsApi::TestHelpers::PublishingApiV2

def deep_stringify_keys(hash)

def deep_stringify_keys(hash)
  deep_transform_keys(hash, &:to_s)
end