We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d0895 commit 65da180Copy full SHA for 65da180
test/libcrypteia.sh
@@ -14,7 +14,7 @@ echo "============================="
14
echo "== Simulating crypteia binary JSON write =="
15
echo '{
16
"SECRET": "1A2B3C4D5E6F",
17
- "ACCESS_KEY": "G7H8I9J0K1L2",
+ "ACCESS_KEY": "G7H8I9J0K1L2",
18
"DB_URL": "mysql2://u:p@host:3306",
19
"NR_KEY": "z6y5x4w3v2u1"
20
}' > $CRYPTEIA_ENV_FILE
@@ -38,7 +38,7 @@ assert "./test/libcrypteia/_envfile.sh" \
38
39
assert "./test/libcrypteia/empty-${TEST_LANG}.sh" \
40
"undefined"
41
-
+
42
assert "./test/libcrypteia/fullpath-${TEST_LANG}.sh" \
43
"x-crypteia-ssm-path:/crypteia/v5/myapp/envs" \
44
"Because not replaced by a single env var."
0 commit comments