Skip to content

Commit

Permalink
Tests: add default properties
Browse files Browse the repository at this point in the history
  • Loading branch information
honhimW committed Mar 5, 2024
1 parent 6c23ad4 commit 84d87c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
Expand Down

0 comments on commit 84d87c8

Please sign in to comment.