test/excon/resource_object_test.rb in excon-hypermedia-0.5.2 vs test/excon/resource_object_test.rb in excon-hypermedia-0.5.3
- old
+ new
@@ -1,7 +1,6 @@
# frozen_string_literal: true
-# rubocop:disable Metrics/MethodLength
require_relative '../test_helper'
module Excon
# ResourceObjectTest
@@ -12,10 +11,10 @@
def body
<<-EOF
{
"_links": {
"hello": {
- "href": "http://www.example.com/hello/{location}"
+ "href": "https://example.org/hello/{location}"
}
},
"uid": "universe",
"hello": "world"
}