diff --git a/python_apps/airtime_analyzer/tests/cloud_storage_uploader_tests.py b/python_apps/airtime_analyzer/tests/cloud_storage_uploader_tests.py index cd5b29f8d..d54e4573a 100644 --- a/python_apps/airtime_analyzer/tests/cloud_storage_uploader_tests.py +++ b/python_apps/airtime_analyzer/tests/cloud_storage_uploader_tests.py @@ -10,3 +10,4 @@ def teardown(): def test_analyze(): cl = CloudStorageUploader() + cl._storage_backend = "file" \ No newline at end of file