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