module GdsApi::TestHelpers::PublishingApi

def assert_publishing_api_put_item(base_path, attributes = {}, times = 1)

def assert_publishing_api_put_item(base_path, attributes = {}, times = 1)
  url = PUBLISHING_API_ENDPOINT + "/content" + base_path
  assert_publishing_api_put(url, attributes, times)
end