From 84d87c887917814fd5b4093f132db458117eb74a Mon Sep 17 00:00:00 2001 From: honhimW Date: Tue, 5 Mar 2024 14:40:43 +0800 Subject: [PATCH] Tests: add default properties --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index adce82e..42f80c1 100644 --- a/build.gradle +++ b/build.gradle @@ -223,6 +223,7 @@ Properties loadProfileProperties() { properties.put('meili-search.host', '127.0.0.1') properties.put('meili-search.port', '7700') properties.put('meili-search.api-key', 'MASTER_KEY') + properties.put('tests-index', 'movie_test') def file = file("profile-${findProperty('profiles.active')}.properties") if (file.exists()) { file.withInputStream { properties.load(it) }