summaryrefslogtreecommitdiff
path: root/share/rust/template/template.rs.tera
diff options
context:
space:
mode:
Diffstat (limited to 'share/rust/template/template.rs.tera')
-rw-r--r--share/rust/template/template.rs.tera1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/rust/template/template.rs.tera b/share/rust/template/template.rs.tera
index c94d63c..65fb755 100644
--- a/share/rust/template/template.rs.tera
+++ b/share/rust/template/template.rs.tera
@@ -28,6 +28,7 @@ lazy_static! {
// {{ scenario.title | commentsafe }}
#[test]
+#[allow(non_snake_case)]
fn {{ scenario.title | nameslug }}() {
let mut scenario = Scenario::new(&base64_decode("{{scenario.title | base64}}"));
{% for step in scenario.steps %}