From 7c3a3f8c1d26e3182578974efb7950eaa51da501 Mon Sep 17 00:00:00 2001 From: Mikhail Beck Date: Wed, 15 May 2024 16:49:49 +0100 Subject: [PATCH] Update test/integration/test_language_container_deployer.py Co-authored-by: Torsten Kilias --- test/integration/test_language_container_deployer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test_language_container_deployer.py b/test/integration/test_language_container_deployer.py index 8a529f9..e615117 100644 --- a/test/integration/test_language_container_deployer.py +++ b/test/integration/test_language_container_deployer.py @@ -91,7 +91,7 @@ def test_language_container_deployer_activation_fail( container_path: str, container_name: str): """ - Tests that an attempt to activate a container using alias that already exists + Tests that an attempt to activate a container using an alias that already exists causes an exception if overriding is disallowed. """ test_name: str = request.node.name