From 3f0e60f0d88beb43d5879df9847eef59adaa571c Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 17 Dec 2014 13:35:39 -0700 Subject: [PATCH] Fix TestResultsEmail Signed-off-by: Zack Cerza --- teuthology/test/test_results.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/test/test_results.py b/teuthology/test/test_results.py index 32f3b36060..95869e2517 100644 --- a/teuthology/test/test_results.py +++ b/teuthology/test/test_results.py @@ -73,6 +73,7 @@ class TestResultsEmail(object): def setup(self): config.results_ui_server = "http://example.com/" + config.archive_server = "http://qa-proxy.ceph.com/teuthology/" self.archive = FakeArchive() self.archive.setup() self.archive_base = self.archive.archive_base -- 2.39.5