Skip to content

Commit

Permalink
Mod: rollback _start_sentry_listener test
Browse files Browse the repository at this point in the history
  • Loading branch information
seyoon-lim committed Aug 7, 2024
1 parent 52559be commit fd48489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/spark/test_spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_start_sentry_listener(create_spark_context):
gateway = spark_context._gateway
assert gateway._callback_server is None

_start_sentry_listener()
_start_sentry_listener(spark_context)

assert gateway._callback_server is not None

Expand Down

0 comments on commit fd48489

Please sign in to comment.