Skip to content

Commit 658c998

Browse files
test: lowercase false value for the FF_NEW_COOKIE_MANAGEMENT in dev
We had an error in the previous deployment so testing if lowercase value would fix the issue
1 parent e7d25f5 commit 658c998

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: "False"
23+
FF_NEW_COOKIE_MANAGEMENT: "false"

0 commit comments

Comments
 (0)