aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_test_utils.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/rlx_test_utils.erl')
-rw-r--r--test/rlx_test_utils.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/rlx_test_utils.erl b/test/rlx_test_utils.erl
index 5328559..dc1e0b0 100644
--- a/test/rlx_test_utils.erl
+++ b/test/rlx_test_utils.erl
@@ -186,7 +186,8 @@ test_template_contents() ->
"{google, \"{{google}}\"}.\n"
"{prop1, \"{{prop1}}\"}.\n"
"{prop2, {{prop2}}}.\n"
- "{tpl_var, \"{{tpl_var}}\"}.\n".
+ "{tpl_var, \"{{tpl_var}}\"}.\n"
+ "{profile_string_value, \"{{profile_string_value}}\"}.\n".
escript_contents() ->
"#!/usr/bin/env escript\n"