Skip to content

Commit

Permalink
Mod: removed useless code line
Browse files Browse the repository at this point in the history
  • Loading branch information
seyoon-lim committed Aug 10, 2024
1 parent 6af8cd4 commit f762f7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integrations/spark/test_spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def sentry_init_with_reset(sentry_init):
@pytest.fixture(scope="function")
def create_spark_context():
yield lambda: SparkContext(appName="Testing123")
if SparkContext._active_spark_context:
SparkContext._active_spark_context.stop()
SparkContext._active_spark_context.stop()


def test_set_app_properties(create_spark_context):
Expand Down

0 comments on commit f762f7b

Please sign in to comment.