From a524febcae94b02b96085ae8ca7185d2ae9dae60 Mon Sep 17 00:00:00 2001 From: Pat McDermott Date: Tue, 4 Mar 2025 09:44:08 -0500 Subject: [PATCH] chore: remove shortened_url from response exampes --- lib/resources.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/resources.rb b/lib/resources.rb index c52a9c8..8eb6fdc 100644 --- a/lib/resources.rb +++ b/lib/resources.rb @@ -500,7 +500,6 @@ def text_html(response, status, head = {}) "acknowledged_at" => nil, "closed_at" => nil, "reporter" => USER_4_PUBLIC, - "shortened_url" => "http://scf.cm/i/1", "url" => "#{ROOT_URL}/v2/issues/1", "comments_url" => "#{ROOT_URL}/v2/issues/1/comments", "flag_url" => "#{ROOT_URL}/v2/issues/1/flag", @@ -547,7 +546,6 @@ def text_html(response, status, head = {}) "rating" => "5", "integrations" => INTEGRATION_ISSUE, "reporter" => USER_4_PUBLIC, - "shortened_url" => "http://scf.cm/i/1", "status" => "Open", "summary" => "Pothole", "updated_at" => "2011-04-22T13:33:48Z",