Skip to content

Commit

Permalink
Fix failing TestSparkKubernetesSensor test
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-fell committed Feb 8, 2022
1 parent 324c260 commit 8a20191
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def test_driver_logging_completed(
)
sensor.poke(None)
mock_log_call.assert_called_once_with("spark-pi-2020-02-24-1-driver", namespace="default")
log_info_call = info_log_call.mock_calls[1]
log_info_call = info_log_call.mock_calls[2]
log_value = log_info_call[1][0]
assert log_value == TEST_POD_LOG_RESULT

Expand Down

0 comments on commit 8a20191

Please sign in to comment.