diff options
Diffstat (limited to 'testcases/features/doctor.py')
-rw-r--r-- | testcases/features/doctor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/features/doctor.py b/testcases/features/doctor.py index 9ca6bf618..978750b2d 100644 --- a/testcases/features/doctor.py +++ b/testcases/features/doctor.py @@ -60,7 +60,7 @@ def main(): } pod_name = functest_utils.get_pod_name(logger) scenario = functest_utils.get_scenario(logger) - version = scenario + version = functest_utils.get_version(logger) build_tag = functest_utils.get_build_tag(logger) status = "failed" |