From b9b71c32f709803c5ae568142b5aa18e0c152437 Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Thu, 8 Sep 2016 15:52:19 +0200 Subject: [PATCH] fix test class name --- mapproxy/test/system/test_cache_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapproxy/test/system/test_cache_s3.py b/mapproxy/test/system/test_cache_s3.py index bff0b12a1..24793f3c7 100644 --- a/mapproxy/test/system/test_cache_s3.py +++ b/mapproxy/test/system/test_cache_s3.py @@ -55,7 +55,7 @@ def teardown_module(): module_teardown(test_config) _mock.stop() -class TestGeopackageCache(SystemTest): +class TestS3Cache(SystemTest): config = test_config table_name = 'cache'