Skip to content

Commit

Permalink
Add default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Chong Gao committed Nov 14, 2023
1 parent cbba2e3 commit ee930f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/main/python/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def is_dataproc_runtime():
return runtime_env() == "dataproc"

def get_test_tz():
return os.environ["PYSP_TEST_spark_sql_session_timeZone"]
os.environ.get('PYSP_TEST_spark_sql_session_timeZone', 'UTC')

def is_utc():
return get_test_tz() == "UTC"
Expand Down

0 comments on commit ee930f3

Please sign in to comment.