Skip to content

Commit

Permalink
added the code for zoom notification
Browse files Browse the repository at this point in the history
  • Loading branch information
amaldevk88 committed Apr 18, 2024
1 parent 3a387e9 commit 56dce02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 56dce02

Please sign in to comment.