diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-07-27 19:21:30 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-07-27 19:21:30 -0700 |
commit | 16ce0cd302b954260ccc255ca486d426b79c6b99 (patch) | |
tree | 78a8ab5dbc64b0842049d23faa9768802c1e6ad3 /python/tests/files/elastic_empty.json | |
parent | f29da9adb50a37cb6aad4e435fc09a5d682cbe6c (diff) | |
download | fatcat-16ce0cd302b954260ccc255ca486d426b79c6b99.tar.gz fatcat-16ce0cd302b954260ccc255ca486d426b79c6b99.zip |
refs: start the most basic/minimal web refs test coverage ('integration' level)
Diffstat (limited to 'python/tests/files/elastic_empty.json')
-rw-r--r-- | python/tests/files/elastic_empty.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tests/files/elastic_empty.json b/python/tests/files/elastic_empty.json new file mode 100644 index 00000000..9b30d03b --- /dev/null +++ b/python/tests/files/elastic_empty.json @@ -0,0 +1 @@ +{"took": 10, "timed_out": false, "_shards": {"total": 6, "successful": 6, "skipped": 0, "failed": 0}, "hits": {"total": {"value": 0, "relation": "eq"}, "max_score": null, "hits": []}}
\ No newline at end of file |