bkossakowska commented on code in PR #32643:
URL: https://github.com/apache/airflow/pull/32643#discussion_r1282746690


##########
tests/system/providers/google/cloud/tasks/example_tasks.py:
##########
@@ -51,17 +48,15 @@
 timestamp = timestamp_pb2.Timestamp()
 timestamp.FromDatetime(datetime.now() + timedelta(hours=12))
 
-LOCATION = os.environ.get("GCP_APP_ENGINE_LOCATION", "europe-west2")
+LOCATION = "us-central1"

Review Comment:
   we have changed this because the previous version referred directly to 
"app_engine_http_request"
   which was related to the app_engine location, now it is not
   
   this has been changed and adapted to the rest of the test system



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to