Skip to content

Commit 89eabdd

Browse files
authored
Add header_version and sanitize_css to dataset config
1 parent 0371f46 commit 89eabdd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/queries/test_dataset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@ def test_create_with_email_options_readapi(indico):
442442
"embed_inline_images": True,
443443
"html_renderer_version": 1,
444444
"msg_converter_version": 1,
445+
"header_version": 1,
446+
"sanitize_css": False
445447
}
446448
dataset = client.call(
447449
CreateEmptyDataset(

0 commit comments

Comments
 (0)