module GdsApi::TestHelpers::PublishingApi
def content_item_for_publishing_api(base_path, publishing_app = "publisher")
def content_item_for_publishing_api(base_path, publishing_app = "publisher") content_item_for_base_path(base_path).merge("publishing_app" => publishing_app) end