mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Use Test TOken for index_name_prefix under test env (#1805)
This commit is contained in:
committed by
GitHub
parent
2d41238f20
commit
9183691303
@@ -9,4 +9,5 @@ cmsig_seal:
|
||||
|
||||
when@test:
|
||||
cmsig_seal:
|
||||
index_name_prefix: 'test_%env(default::TEST_INDEX_PREFIX)%'
|
||||
# "TEST_TOKEN" is typically set by ParaTest
|
||||
index_name_prefix: 'test_%env(default::TEST_TOKEN)%'
|
||||
|
||||
Reference in New Issue
Block a user