Fix name of test in results_backends_tests module

This commit is contained in:
Benjamin Yolken
2017-02-03 16:29:28 -08:00
parent 0ee1abf31a
commit 167ed33bba

View File

@@ -66,7 +66,7 @@ class ResultsBackendsTests(SupersetTestCase):
self.assertEquals(result, None)
self.assertFalse(self.mock_s3_client.download_fileobj.called)
def test_s3_cache_get_s3_exception(self):
def test_s3_cache_get_exception(self):
self.mock_s3_client.download_fileobj.side_effect = Exception('Something bad happened')
result = self.s3_cache.get('test-key')