We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893e778 commit 31fe5a6Copy full SHA for 31fe5a6
1 file changed
test/controllers/controller_test.rb
@@ -2675,7 +2675,7 @@ def test_get_related_resources
2675
type:"craters",
2676
links:{self: "http://test.host/craters/A4D3"},
2677
attributes:{code: "A4D3", description: "Small crater"},
2678
- relationships:{"moon": {links: {self: "http://test.host/craters/A4D3/relationships/moon", related: "http://test.host/craters/A4D3/moon"}}}
+ relationships:{moon: {links: {self: "http://test.host/craters/A4D3/relationships/moon", related: "http://test.host/craters/A4D3/moon"}}}
2679
},
2680
{id: "S56D",
2681
type: "craters",
0 commit comments