Skip to content

Commit a524feb

Browse files
committed
chore: remove shortened_url from response exampes
1 parent e63c75d commit a524feb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/resources.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ def text_html(response, status, head = {})
500500
"acknowledged_at" => nil,
501501
"closed_at" => nil,
502502
"reporter" => USER_4_PUBLIC,
503-
"shortened_url" => "http://scf.cm/i/1",
504503
"url" => "#{ROOT_URL}/v2/issues/1",
505504
"comments_url" => "#{ROOT_URL}/v2/issues/1/comments",
506505
"flag_url" => "#{ROOT_URL}/v2/issues/1/flag",
@@ -547,7 +546,6 @@ def text_html(response, status, head = {})
547546
"rating" => "5",
548547
"integrations" => INTEGRATION_ISSUE,
549548
"reporter" => USER_4_PUBLIC,
550-
"shortened_url" => "http://scf.cm/i/1",
551549
"status" => "Open",
552550
"summary" => "Pothole",
553551
"updated_at" => "2011-04-22T13:33:48Z",

0 commit comments

Comments
 (0)