RNGR-41 Remove data serialization from search list api #7544
Annotations
3 errors
Search By Text › Search By Fields › Search By Section Text in Composition:
src/tests/searchParameters/search_by_text/search_by_text.test.js#L185
expect(received).toBe(expected) // Object.is equality
Difference:
- Expected
+ Received
@@ -361,9 +361,8 @@
Object {
"system": "https://www.icanbwell.com/queryExplainSimple",
},
],
},
- "resourceType": "Bundle",
"total": 0,
"type": "searchset",
}
at Object.toHaveResponse (src/tests/searchParameters/search_by_text/search_by_text.test.js:185:26)
|
Search By Text › Search By Fields › Search By Section Text and Identifier Text in Composition:
src/tests/searchParameters/search_by_text/search_by_text.test.js#L205
expect(received).toBe(expected) // Object.is equality
Difference:
- Expected
+ Received
@@ -35,9 +35,8 @@
Object {
"system": "https://www.icanbwell.com/queryExplainSimple",
},
],
},
- "resourceType": "Bundle",
"total": 0,
"type": "searchset",
}
at Object.toHaveResponse (src/tests/searchParameters/search_by_text/search_by_text.test.js:205:26)
|
test (chunk )
Process completed with exit code 1.
|