Skip to content

Commit 95febbd

Browse files
test: switching off the cookie preferences in dev
This is so we can test if setting env variable in dev.yaml directly works as expected. At the moment we're having issues with the var interpolation. We will then set it back to true, test and finally do the prod feature flag setting.
1 parent d10180c commit 95febbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/app/stages/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ envVars:
2020
RAILS_ENV: production
2121
USE_TEST_SUPPLIERS: ${{ vars.USE_TEST_SUPPLIERS }}
2222
FF_SMALL_SUPPLIER_STARS: ${{ vars.FF_SMALL_SUPPLIER_STARS }}
23-
FF_NEW_COOKIE_MANAGEMENT: ${{ vars.FF_NEW_COOKIE_MANAGEMENT }}
23+
FF_NEW_COOKIE_MANAGEMENT: "False"

0 commit comments

Comments
 (0)