Skip to content

Commit

Permalink
Test app name is less than 63 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
88manpreet committed Oct 27, 2023
1 parent 42bba57 commit 5aac923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/spark_config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,7 @@ def assert_app_name(
def verify(output):
key = 'spark.app.name'
assert output[key] == expected_output
assert len(output[key]) <= 63
return [key]
return verify

Expand Down

0 comments on commit 5aac923

Please sign in to comment.