summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/proton_config_fetcher
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/proton_config_fetcher')
-rw-r--r--searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp b/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp
index d09f8141008..a4992d57df3 100644
--- a/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp
+++ b/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp
@@ -281,6 +281,7 @@ TEST_FF("require that documentdb config manager builds schema with imported attr
const auto &attrCfg = getDocumentDBConfig(f1, f2)->getAttributesConfig();
EXPECT_EQUAL(1u, attrCfg.attribute.size());
EXPECT_EQUAL("regular", attrCfg.attribute[0].name);
+ // This is required to trigger a change to schema, but not to the attributes config
docType->summaryBuilder.classes[0].id = i+2;
}
}