Skip to content

Commit d4cdc49

Browse files
change enabled
1 parent 717fb49 commit d4cdc49

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

features/fixtures/test_configurable_document_type.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@
8787
"organisations": null,
8888
"backdating_enabled": false,
8989
"translations_enabled": true,
90-
"images_enabled": true
90+
"images": {
91+
"enabled": true
92+
}
9193
}
9294
}

test/support/configurable_document_type_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def build_configurable_document_type(type, attributes = {})
3232
"publishing_api_schema_name" => "test_article",
3333
"publishing_api_document_type" => "test_story",
3434
"rendering_app" => "frontend",
35-
"images_enabled" => {
35+
"images" => {
3636
"enabled" => false,
3737
},
3838
"organisations" => nil,

0 commit comments

Comments
 (0)