From affb9d57210bc22258dfdf0f761c72b5c647ad2f Mon Sep 17 00:00:00 2001 From: Fredrik Fristedt Date: Mon, 29 Apr 2024 15:10:15 +0200 Subject: [PATCH] Fix spelling misstake --- src/environment_provider/environment_provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environment_provider/environment_provider.py b/src/environment_provider/environment_provider.py index 1cb425b..a22aaef 100644 --- a/src/environment_provider/environment_provider.py +++ b/src/environment_provider/environment_provider.py @@ -420,7 +420,7 @@ def checkout( maximum_amount=self.dataset.get( "maximum_amount", os.getenv( - "ETOS_MAX_PARALELL", + "ETOS_MAX_PARALLEL", self.etos.config.get("TOTAL_TEST_COUNT"), ), ),