We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e2043 commit a166f87Copy full SHA for a166f87
1 file changed
spec/typesense/documents_spec.rb
@@ -49,9 +49,6 @@
49
headers: {
50
'X-Typesense-Api-Key' => typesense.configuration.api_key,
51
'Content-Type' => 'application/json'
52
- },
53
- query: {
54
- 'dirty_values' => 'reject'
55
})
56
.to_return(status: 200, body: JSON.dump(document), headers: { 'Content-Type': 'application/json' })
57
0 commit comments