From aa54a210a85b7082965bb38870c5652c1256cdf1 Mon Sep 17 00:00:00 2001 From: Lezek123 Date: Mon, 16 Dec 2024 19:53:26 +0100 Subject: [PATCH] Add missing env to integration tests --- src/tests/integration/.env | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/integration/.env b/src/tests/integration/.env index 849572d88..9c2b55fad 100644 --- a/src/tests/integration/.env +++ b/src/tests/integration/.env @@ -41,6 +41,7 @@ VIDEO_RELEVANCE_VIEWS_TICK=50 # [joystream creation weight, YT creation weight] # ] RELEVANCE_WEIGHTS="[1, 0.03, 0.3, 0.5, [7,3]]" +COMMENT_TIP_TIERS="{\"SILVER\": 100, \"GOLD\": 500, \"DIAMOND\": 1000}" MAX_CACHED_ENTITIES=1000 APP_PRIVATE_KEY=this-is-not-so-secret-change-it SESSION_EXPIRY_AFTER_INACTIVITY_MINUTES=60