From 4f57fa28a3197d0d6b2c16f0356ec636d00b256b Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Fri, 11 Sep 2020 11:14:50 +0200 Subject: [PATCH] Fix test that inadvertently fetched community (#520) --- testsuite/tests/index/ignore-unknown-property/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testsuite/tests/index/ignore-unknown-property/test.yaml b/testsuite/tests/index/ignore-unknown-property/test.yaml index 32c747b3..3bb4102f 100644 --- a/testsuite/tests/index/ignore-unknown-property/test.yaml +++ b/testsuite/tests/index/ignore-unknown-property/test.yaml @@ -1 +1,4 @@ driver: python-script +indexes: + basic_index: {} + # Needed to prevent going online to fetch the community index -- 2.39.5