kaxil commented on a change in pull request #14479:
URL: https://github.com/apache/airflow/pull/14479#discussion_r583586014
##########
File path: tests/providers/google/cloud/hooks/test_gcs.py
##########
@@ -55,7 +55,7 @@ def test_parse_gcs_url(self):
with pytest.raises(AirflowException):
gcs._parse_gcs_url('gs:/bucket/path/to/blob')
with pytest.raises(AirflowException):
- gcs._parse_gcs_url('http://google.com/aaa')
+ gcs._parse_gcs_url('https://google.com/aaa')
Review comment:
This does not matter at all -- it's in tests but well not an issue
either
----------------------------------------------------------------
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]