From 56dce02fd28d09b0ade7130268d3c741196e6862 Mon Sep 17 00:00:00 2001 From: Amaldev Date: Thu, 18 Apr 2024 22:40:59 +0530 Subject: [PATCH] added the code for zoom notification --- tests/core/test__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/test__init__.py b/tests/core/test__init__.py index d34da78..1654147 100644 --- a/tests/core/test__init__.py +++ b/tests/core/test__init__.py @@ -21,7 +21,7 @@ def test_get_spark_session(_mock_os): assert "-Dderby.system.home=/tmp/derby" in spark.sparkContext.getConf().get("spark.driver.extraJavaOptions") assert spark.conf.get("spark.jars") == f"{current_dir}/../../jars/spark-sql-kafka-0-10_2.12-3.0.0.jar," \ - f"{current_dir}/../../jars/kafka-clients-3.0.0.jar," \ + f"{current_dir}/../../jars/kafka-clients-3.0.0.jar," \ f"{current_dir}/../../jars/commons-pool2-2.8.0.jar," \ f"{current_dir}/../../jars/spark-token-provider-kafka-0-10_2.12-3.0.0.jar"