diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2020-05-29 12:35:06 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-06-02 11:22:02 +0000 |
commit | 6ba032346a961f749f6f1ef965c31d0f5c691920 (patch) | |
tree | b03b42361e6af2f8fbe398817886f05f12e7a7a1 /robot/assets/templates/mr | |
parent | bd888238170b8069d81b1530ebbff4973ad98ca1 (diff) |
Fix 5g_bulk_PM and pnf_registrate test case errors
Issue-ID: INT-1521
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I48b012b2a2d88b55eb83037654ee92272e4b7684
(cherry picked from commit ae8615f04089716e99b4721954d08ae2b6c20804)
Diffstat (limited to 'robot/assets/templates/mr')
-rw-r--r-- | robot/assets/templates/mr/mr_publish.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/assets/templates/mr/mr_publish.jinja b/robot/assets/templates/mr/mr_publish.jinja index 9b6cfaa4..d795fe56 100644 --- a/robot/assets/templates/mr/mr_publish.jinja +++ b/robot/assets/templates/mr/mr_publish.jinja @@ -1,4 +1,4 @@ { "test": "success", - "timestamp": "${timestamp}" + "timestamp": "{{timestamp}}" }
\ No newline at end of file |