Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/func/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from dvc.main import main
from dvc.path_info import URLInfo
from dvc.utils.fs import remove
from tests.remotes import GDrive, GCP, HDFS, OSS, S3, SSH, Azure, Local
from tests.remotes import GCP, HDFS, OSS, S3, SSH, Azure, GDrive, Local

remote_params = [S3, GDrive, GCP, Azure, OSS, SSH, HDFS]
all_remote_params = [Local] + remote_params
Expand Down