module GdsApi::TestHelpers::PublishingApi

def assert_publishing_api_put_intent(base_path, attributes_or_matcher = {}, times = 1)

def assert_publishing_api_put_intent(base_path, attributes_or_matcher = {}, times = 1)
  url = PUBLISHING_API_ENDPOINT + "/publish-intent" + base_path
  assert_publishing_api_put(url, attributes_or_matcher, times)
end