Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
b-chu committed Jan 6, 2025
1 parent 6ec14c5 commit 758de80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/a_scripts/data_prep/test_convert_delta_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,9 @@ def test_fetch_DT_catches_grpc_errors(
],
),
(
SparkConnectGrpcException('do not have permission to attach to cluster etc...'),
SparkConnectGrpcException(
'do not have permission to attach to cluster etc...',
),
FaultyDataPrepCluster,
[
'You do not have permission to attach to the data preparation cluster you provided.',
Expand Down

0 comments on commit 758de80

Please sign in to comment.