Skip to content

Commit

Permalink
[System Tests] Fix big query tests (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedingber committed Feb 20, 2022
1 parent 7e4a5e0 commit 900341d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/feature_store/test_google_big_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_big_query_source_table_with_chunk_size(self):
@staticmethod
def _test_big_query_source(name: str, source: BigQuerySource, max_results: int):
credentials_path = _resolve_google_credentials_json_path()
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = credentials_path
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = str(credentials_path)

targets = [
ParquetTarget(
Expand Down

0 comments on commit 900341d

Please sign in to comment.