From d03a271871ae449796a78cc64b7da2fa31795a00 Mon Sep 17 00:00:00 2001 From: Philip ABBET <philip.abbet@idiap.ch> Date: Wed, 20 Sep 2017 16:45:19 +0200 Subject: [PATCH] Replace a mention of the 'environment (1)', now 'Python 2.7 (1.1.0)' --- beat/core/test/test_dbexecution.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beat/core/test/test_dbexecution.py b/beat/core/test/test_dbexecution.py index a0d28702..4803d737 100644 --- a/beat/core/test/test_dbexecution.py +++ b/beat/core/test/test_dbexecution.py @@ -79,8 +79,8 @@ CONFIGURATION = { 'algorithm': 'user/sum/1', 'parameters': {}, 'environment': { - 'name': 'environment', - 'version': '1' + 'name': 'Python 2.7', + 'version': '1.1.0' }, 'outputs': { 'sum': { -- GitLab