mik-laj commented on a change in pull request #7439: [AIRFLOW-6204][depends on
6763] Create GoogleSystemTest class
URL: https://github.com/apache/airflow/pull/7439#discussion_r380211823
##########
File path: tests/test_utils/gcp_system_helpers.py
##########
@@ -68,3 +77,92 @@ def provide_gcp_context(
return provide_gcp_conn_and_credentials(
key_file_path=key_file_path, scopes=scopes, project_id=project_id
)
+
+
+class GoogleSystemTest(SystemTest):
+ @staticmethod
+ def _project_id():
+ return os.environ.get("GCP_PROJECT_ID")
+
+ @staticmethod
Review comment:
```suggestion
@property
```
It's a simple getter. so it should be property.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services