Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rdm files enabled conf #29

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
rdm conftest config
Alzbeta Pokorna committed Jan 14, 2025
commit df46d520b333a59d241884b421d1bb853c75be9d
5 changes: 4 additions & 1 deletion oarepo_model_builder_tests/templates/conftest.py.jinja2
Original file line number Diff line number Diff line change
@@ -35,7 +35,10 @@ APP_CONFIG = {
"CACHE_DEFAULT_TIMEOUT": 300,
"RDM_PERSISTENT_IDENTIFIERS": {},
"RDM_USER_MODERATION_ENABLED": False,
"RDM_RECORDS_ALLOW_RESTRICTION_AFTER_GRACE_PERIOD": False
"RDM_RECORDS_ALLOW_RESTRICTION_AFTER_GRACE_PERIOD": False,
"RDM_ALLOW_METADATA_ONLY_RECORDS": True,
"RDM_DEFAULT_FILES_ENABLED": False,

}

@pytest.fixture