@@ -33,10 +33,10 @@ def test_signposting_serializer_full(running_app, full_record_to_dict):
33
33
"href" : "https://127.0.0.1:5000/api/records/12345-abcde" ,
34
34
"type" : "application/ld+json" ,
35
35
},
36
- {
37
- "href" : "https://127.0.0.1:5000/api/records/12345-abcde" ,
38
- "type" : "application/linkset+json" ,
39
- },
36
+ # {
37
+ # "href": "https://127.0.0.1:5000/api/records/12345-abcde",
38
+ # "type": "application/linkset+json",
39
+ # },
40
40
{
41
41
"href" : "https://127.0.0.1:5000/api/records/12345-abcde" ,
42
42
"type" : "application/marcxml+xml" ,
@@ -146,10 +146,10 @@ def test_signposting_serializer_minimal(running_app, minimal_record_to_dict):
146
146
"href" : "https://127.0.0.1:5000/api/records/67890-fghij" ,
147
147
"type" : "application/ld+json" ,
148
148
},
149
- {
150
- "href" : "https://127.0.0.1:5000/api/records/67890-fghij" ,
151
- "type" : "application/linkset+json" ,
152
- },
149
+ # {
150
+ # "href": "https://127.0.0.1:5000/api/records/67890-fghij",
151
+ # "type": "application/linkset+json",
152
+ # },
153
153
{
154
154
"href" : "https://127.0.0.1:5000/api/records/67890-fghij" ,
155
155
"type" : "application/marcxml+xml" ,
0 commit comments