From bae885860778d6853b75cc83a39ad092b5561cfd Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Wed, 5 Jun 2024 18:10:55 +0800 Subject: [PATCH] test(deploy): fix typo in rclone test cases --- tests/deploy.TestCase | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/deploy.TestCase b/tests/deploy.TestCase index a604d0f8..ef4498b4 100755 --- a/tests/deploy.TestCase +++ b/tests/deploy.TestCase @@ -136,7 +136,7 @@ class DeployTest(unittest.TestCase): fdroidserver.common.options = Options # write out destination path - destination = Path('some_bucket_folder/fdroid') + destination = Path('test_bucket_folder/fdroid') destination.mkdir(parents=True, exist_ok=True) dest_apk = Path(destination) / fake_apk dest_index = Path(destination) / fake_index @@ -180,7 +180,7 @@ class DeployTest(unittest.TestCase): fdroidserver.common.options = Options # write out destination path - destination = Path('some_bucket_folder/fdroid') + destination = Path('test_bucket_folder/fdroid') destination.mkdir(parents=True, exist_ok=True) dest_apk = Path(destination) / fake_apk dest_index = Path(destination) / fake_index