Skip to content

Commit

Permalink
Merge pull request #22 from Narodni-repozitar/mirekys/release
Browse files Browse the repository at this point in the history
fix(institutions): no is a special keyword in yaml
  • Loading branch information
mirekys authored Oct 22, 2024
2 parents f420ff6 + a314fa2 commit b3084d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nr_vocabularies/fixtures/institutions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3078,7 +3078,7 @@ relatedURI:
ROR: https://ror.org/03zga2b32
URL: https://www.uib.no/en
nonpreferredLabels:
- no: Universitetet i Bergen
- 'no': Universitetet i Bergen
title:
en: University of Bergen
---
Expand Down
2 changes: 1 addition & 1 deletion tests/test_import_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_complex_import_export(app, db, cache, search_clear, vocab_cf, caplog):
load_fixtures(batch_size=100, callback=load_callback)
assert load_callback.failed_entries_count == 0
assert load_callback.filtered_entries_count == 0
assert load_callback.ok_entries_count == 1214
assert load_callback.ok_entries_count == 1222
Vocabulary.index.refresh()

with tempfile.TemporaryDirectory() as d:
Expand Down

0 comments on commit b3084d7

Please sign in to comment.