Update poms to conform to merge job requirements
[aai/search-data-service.git] / search-data-service / src / test / resources / json / queries / query-with-subrange.json
diff --git a/search-data-service/src/test/resources/json/queries/query-with-subrange.json b/search-data-service/src/test/resources/json/queries/query-with-subrange.json
deleted file mode 100644 (file)
index 36e5f15..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "results-start": 0,
-  "results-size": 10,
-  "queries": [
-    {
-      "must": {
-        "match": {
-          "field": "field1",
-          "value": "Bob"
-        }
-      }
-    }
-  ]
-}
\ No newline at end of file