Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus committed Jul 9, 2024
1 parent b1ae9e9 commit 0a82b7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oarepo_model_builder/builtin_models/invenio.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
"searchable": true,
"facet": false
},
"sample": {
"skip": true
},
"properties": {
"obj_type": {
"type": "keyword",
Expand Down
1 change: 1 addition & 0 deletions tests/test_model_saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ def test_model_saver_invenio():
"skip": True,
"write": False,
},
"sample": {"skip": True},
"properties": {
"obj_type": {
"facets": {"facet": False, "searchable": True},
Expand Down

0 comments on commit 0a82b7b

Please sign in to comment.