From 08f75f8b5ea1dbf1a81bdd2fa7273fd98fb6f223 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Wed, 10 Feb 2021 09:53:59 +0100
Subject: [PATCH] [advanced][protocoltemplates] Add missing templated user

This comes from the atvs_keystroke database which uses
a dataformat belonging to a "standard" user which is
tutorial.
---
 .../protocoltemplates/simple_keystroke_recognition/1.json     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/advanced/protocoltemplates/simple_keystroke_recognition/1.json b/advanced/protocoltemplates/simple_keystroke_recognition/1.json
index d2399f9..fab5a33 100644
--- a/advanced/protocoltemplates/simple_keystroke_recognition/1.json
+++ b/advanced/protocoltemplates/simple_keystroke_recognition/1.json
@@ -7,7 +7,7 @@
                 "file_id": "{{ system_user.username }}/uint64/1",
                 "client_id": "{{ system_user.username }}/text/1",
                 "template_id": "{{ system_user.username }}/text/1",
-                "keystroke": "user/atvs_keystroke/1"
+                "keystroke": "{{ user.username }}/atvs_keystroke/1"
             }
         },
         {
@@ -17,7 +17,7 @@
                 "probe_id": "{{ system_user.username }}/uint64/1",
                 "client_id": "{{ system_user.username }}/text/1",
                 "template_ids": "{{ system_user.username }}/array_1d_text/1",
-                "keystroke": "user/atvs_keystroke/1"
+                "keystroke": "{{ user.username }}/atvs_keystroke/1"
             }
         }
     ]
-- 
GitLab