From eedb980520608ef92bca1c6964b0417a04e95846 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Mon, 4 Dec 2023 13:15:33 +0100 Subject: [PATCH] Update exasol_integration_test_docker_environment/doctor.py Co-authored-by: Christoph Kuhnke --- exasol_integration_test_docker_environment/doctor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exasol_integration_test_docker_environment/doctor.py b/exasol_integration_test_docker_environment/doctor.py index fb424c5f7..69d208b45 100644 --- a/exasol_integration_test_docker_environment/doctor.py +++ b/exasol_integration_test_docker_environment/doctor.py @@ -30,7 +30,7 @@ class Error(Enum): TargetPlatformNotSupported = error.ExaError( "E-ITDE-2", - "The platform you are running on is not supported.", + "The platform ITDE is running on is not supported.", ["Make sure you are using one of the following platforms: [linux, darwin]."], {} )