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