We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b54c7f commit 0fece74Copy full SHA for 0fece74
tests/func/test_get_url.py
@@ -12,8 +12,6 @@
12
from dvc.repo import Repo
13
from dvc.utils import makedirs
14
15
-from tests.func.test_data_cloud import get_aws_url
16
-
17
18
def test_get_file(repo_dir):
19
src = repo_dir.FOO
@@ -45,7 +43,7 @@ def test_get_url_to_dir(dname, repo_dir):
45
43
def test_get_url_from_non_local_path_to_dir_and_file(repo_dir, dst):
46
44
file_name = "from"
47
file_content = "data"
48
- base_info = RemoteS3.path_cls(get_aws_url())
+ base_info = RemoteS3.path_cls("s3://bucket/path")
49
from_info = base_info / file_name
50
51
s3 = boto3.client("s3")
0 commit comments