From 9a8b34feae76b7a02916d80da565dea69c288cb8 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Fri, 19 Dec 2014 14:03:28 -0500 Subject: [PATCH] Unit test tweak for CloudStorage --- .../airtime_analyzer/tests/cloud_storage_uploader_tests.py | 1 + 1 file changed, 1 insertion(+) 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