diff --git a/test/components/primitive-model.js b/test/components/primitive-model.js
index 9394bb8c..4b09b5af 100644
--- a/test/components/primitive-model.js
+++ b/test/components/primitive-model.js
@@ -14,6 +14,9 @@ describe("", function() {
}
const props = {
getComponent: c => components[c],
+ getConfigs: () => ({
+ showExtensions: false
+ }),
name: "Name from props",
depth: 1,
schema: fromJS({
@@ -46,4 +49,4 @@ describe("", function() {
})
})
-} )
\ No newline at end of file
+} )