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 cf2119b commit b39c5efCopy full SHA for b39c5ef
tests/integration/ucare_cli/test_sync_files.py
@@ -58,7 +58,7 @@ def test_sync_uuids(sync_path, uploadcare):
58
59
main(
60
arg_namespace(
61
- f"--pub_key demopublickey --secret demosecretkey "
+ f"--pub_key {uploadcare.public_key} --secret {uploadcare.secret_key} "
62
f"sync --no-input {sync_path} --uuids {' '.join(uuids)}"
63
)
64
@@ -84,7 +84,7 @@ def test_sync_patterns(sync_path, uploadcare):
84
85
86
87
- "--pub_key demopublickey --secret demosecretkey "
88
"sync --no-input {} --uuids {}".format(
89
sync_path + "/${uuid}_${ext}", " ".join(uuids)
90
0 commit comments