test(source-gcs): add integration test (#45850)
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
This commit is contained in:
@@ -24,6 +24,7 @@ def _file_uri() -> str:
|
||||
def remote_file():
|
||||
return GCSRemoteFile(uri=_file_uri(), last_modified=datetime.now(), mime_type="csv")
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def remote_file_older():
|
||||
return GCSRemoteFile(uri=_file_uri(), last_modified=datetime.now() - timedelta(days=1))
|
||||
|
||||
Reference in New Issue
Block a user