@@ -731,8 +731,8 @@ Feature: Filter with serialization groups on items and collections
731731 And the JSON should be equal to:
732732 """
733733 {
734- "@context": "\ /contexts\ /DummyGroup",
735- "@id": "\ /dummy_groups\ /11",
734+ "@context": "/contexts/DummyGroup",
735+ "@id": "/dummy_groups/11",
736736 "@type": "DummyGroup",
737737 "id": 11,
738738 "foo": "Foo",
@@ -758,8 +758,8 @@ Feature: Filter with serialization groups on items and collections
758758 And the JSON should be equal to:
759759 """
760760 {
761- "@context": "\ /contexts\ /DummyGroup",
762- "@id": "\ /dummy_groups\ /12",
761+ "@context": "/contexts/DummyGroup",
762+ "@id": "/dummy_groups/12",
763763 "@type": "DummyGroup",
764764 "foo": "Foo"
765765 }
@@ -782,8 +782,8 @@ Feature: Filter with serialization groups on items and collections
782782 And the JSON should be equal to:
783783 """
784784 {
785- "@context": "\ /contexts\ /DummyGroup",
786- "@id": "\ /dummy_groups\ /13",
785+ "@context": "/contexts/DummyGroup",
786+ "@id": "/dummy_groups/13",
787787 "@type": "DummyGroup",
788788 "id": 13,
789789 "foo": "Foo",
@@ -810,8 +810,8 @@ Feature: Filter with serialization groups on items and collections
810810 And the JSON should be equal to:
811811 """
812812 {
813- "@context": "\ /contexts\ /DummyGroup",
814- "@id": "\ /dummy_groups\ /14",
813+ "@context": "/contexts/DummyGroup",
814+ "@id": "/dummy_groups/14",
815815 "@type": "DummyGroup",
816816 "foo": "Foo",
817817 "baz": "Baz",
@@ -836,8 +836,8 @@ Feature: Filter with serialization groups on items and collections
836836 And the JSON should be equal to:
837837 """
838838 {
839- "@context": "\ /contexts\ /DummyGroup",
840- "@id": "\ /dummy_groups\ /15",
839+ "@context": "/contexts/DummyGroup",
840+ "@id": "/dummy_groups/15",
841841 "@type": "DummyGroup",
842842 "id": 15,
843843 "foo": "Foo",
@@ -864,8 +864,8 @@ Feature: Filter with serialization groups on items and collections
864864 And the JSON should be equal to:
865865 """
866866 {
867- "@context": "\ /contexts\ /DummyGroup",
868- "@id": "\ /dummy_groups\ /16",
867+ "@context": "/contexts/DummyGroup",
868+ "@id": "/dummy_groups/16",
869869 "@type": "DummyGroup",
870870 "id": 16,
871871 "foo": "Foo",
@@ -892,8 +892,8 @@ Feature: Filter with serialization groups on items and collections
892892 And the JSON should be equal to:
893893 """
894894 {
895- "@context": "\ /contexts\ /DummyGroup",
896- "@id": "\ /dummy_groups\ /17",
895+ "@context": "/contexts/DummyGroup",
896+ "@id": "/dummy_groups/17",
897897 "@type": "DummyGroup",
898898 "id": 17,
899899 "foo": "Foo",
@@ -919,8 +919,8 @@ Feature: Filter with serialization groups on items and collections
919919 And the JSON should be equal to:
920920 """
921921 {
922- "@context": "\ /contexts\ /DummyGroup",
923- "@id": "\ /dummy_groups\ /18",
922+ "@context": "/contexts/DummyGroup",
923+ "@id": "/dummy_groups/18",
924924 "@type": "DummyGroup"
925925 }
926926 """
@@ -942,8 +942,8 @@ Feature: Filter with serialization groups on items and collections
942942 And the JSON should be equal to:
943943 """
944944 {
945- "@context": "\ /contexts\ /DummyGroup",
946- "@id": "\ /dummy_groups\ /19",
945+ "@context": "/contexts/DummyGroup",
946+ "@id": "/dummy_groups/19",
947947 "@type": "DummyGroup",
948948 "id": 19,
949949 "foo": "Foo",
@@ -969,8 +969,8 @@ Feature: Filter with serialization groups on items and collections
969969 And the JSON should be equal to:
970970 """
971971 {
972- "@context": "\ /contexts\ /DummyGroup",
973- "@id": "\ /dummy_groups\ /20",
972+ "@context": "/contexts/DummyGroup",
973+ "@id": "/dummy_groups/20",
974974 "@type": "DummyGroup",
975975 "baz": "Baz"
976976 }
0 commit comments