Skip to content

Commit a166f87

Browse files
committed
Fix test
1 parent 02e2043 commit a166f87

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

spec/typesense/documents_spec.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@
4949
headers: {
5050
'X-Typesense-Api-Key' => typesense.configuration.api_key,
5151
'Content-Type' => 'application/json'
52-
},
53-
query: {
54-
'dirty_values' => 'reject'
5552
})
5653
.to_return(status: 200, body: JSON.dump(document), headers: { 'Content-Type': 'application/json' })
5754

0 commit comments

Comments
 (0)