Sha256: e1a093dd1d620b52da6f5ec68c1b569c476508def45fc4f8769a2ec834e29d87

Contents?: true

Size: 456 Bytes

Versions: 4

Compression:

Stored size: 456 Bytes

Contents

# frozen_string_literal: true

require "test_helper"

class SchedulingLinksResourceTest < Minitest::Test
  def test_create
    body = {owner_uri: "https://api.calendly.com/event_types/GBGBDCAADAEDCRZ2", max_event_count: 20, owner_type: "EventType"}
    stub(method: :post, path: "scheduling_links", body: body, response: {body: fixture_file("scheduling_links/create"), status: 201})

    assert client.data_compliance.delete_invitee_data(**body)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
calendlyr-0.4.0 test/calendlyr/resources/scheduling_links.rb
calendlyr-0.3.6 test/calendlyr/resources/scheduling_links.rb
calendlyr-0.3.5 test/calendlyr/resources/scheduling_links.rb
calendlyr-0.3.3 test/calendly/resources/scheduling_links.rb