Skip to content

Commit b39c5ef

Browse files
committed
Try fix test_sync_uuids & test_sync_patterns
1 parent cf2119b commit b39c5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/ucare_cli/test_sync_files.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_sync_uuids(sync_path, uploadcare):
5858

5959
main(
6060
arg_namespace(
61-
f"--pub_key demopublickey --secret demosecretkey "
61+
f"--pub_key {uploadcare.public_key} --secret {uploadcare.secret_key} "
6262
f"sync --no-input {sync_path} --uuids {' '.join(uuids)}"
6363
)
6464
)
@@ -84,7 +84,7 @@ def test_sync_patterns(sync_path, uploadcare):
8484

8585
main(
8686
arg_namespace(
87-
"--pub_key demopublickey --secret demosecretkey "
87+
f"--pub_key {uploadcare.public_key} --secret {uploadcare.secret_key} "
8888
"sync --no-input {} --uuids {}".format(
8989
sync_path + "/${uuid}_${ext}", " ".join(uuids)
9090
)

0 commit comments

Comments
 (0)