Skip to content

Commit 8766f25

Browse files
committed
fix: test
1 parent a173f43 commit 8766f25

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

spec/requests/resources_spec.rb

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -124,18 +124,7 @@
124124
"included" => [{
125125
"type" => "Location",
126126
"id" => "1",
127-
"attributes" => include(
128-
"id" => 1,
129-
"created_at" => nil,
130-
"updated_at" => nil,
131-
"coordinates" => nil
132-
),
133-
"links" => { "self" => "/forest/location/1" },
134-
"relationships" => {
135-
"island" => {
136-
"links" => { "related" => {} }
137-
}
138-
}
127+
"links" => { "self" => "/forest/location/1" }
139128
}]
140129
})
141130
end

0 commit comments

Comments
 (0)