Skip to content
Snippets Groups Projects
Commit 7d1404c2 authored by vlorentz's avatar vlorentz
Browse files

Update test data for swh-search 0.16.0.

parent e619d58e
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,6 @@ swh.counters >= 0.5.1
swh.indexer >= 2.0.0
swh.model >= 6.3.0
swh.scheduler >= 0.7.0
swh.search >= 0.2.0
swh.search >= 0.16.0
swh.storage >= 1.4.0
swh.vault >= 1.0.0
......@@ -335,9 +335,7 @@ def _init_tests_data():
mappings=[],
)
idx_storage.origin_intrinsic_metadata_add([origin_metadata])
search.origin_update(
[{"url": origin["url"], "intrinsic_metadata": metadata}]
)
search.origin_update([{"url": origin["url"], "jsonld": metadata}])
ORIGIN_MASTER_REVISION[origin["url"]] = hash_to_hex(
branch_data.target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment