We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c1a68 commit e42f5a5Copy full SHA for e42f5a5
1 file changed
test/unit/serializer/link_builder_test.rb
@@ -130,7 +130,7 @@ def test_relationships_related_link_for_regular_app
130
131
builder = JSONAPI::LinkBuilder.new(config)
132
source = Api::V1::PersonResource.new(@steve)
133
- relationship = JSONAPI::Relationship::ToMany.new("posts", {})
+ relationship = JSONAPI::Relationship::ToMany.new("posts", {})
134
expected_link = "#{ @base_url }/api/v1/people/#{ @steve.id }/posts"
135
136
assert_equal expected_link,
0 commit comments