From 2ddfb828864260d223124a26505b7f1ad4fef4a5 Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Fri, 7 Jun 2013 18:37:19 +0400 Subject: [PATCH] enable loadosophia active test by default --- Tank/Plugins/Loadosophia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tank/Plugins/Loadosophia.py b/Tank/Plugins/Loadosophia.py index 95af1af..f3b535f 100644 --- a/Tank/Plugins/Loadosophia.py +++ b/Tank/Plugins/Loadosophia.py @@ -50,7 +50,7 @@ class LoadosophiaPlugin(AbstractPlugin, AggregateResultListener): self.project_key = self.get_option("project", 'DEFAULT') self.title = self.get_option("test_title", "") self.color = self.get_option("color_flag", "") - self.online_enabled = int(self.get_option("online_enabled", "0")) + self.online_enabled = int(self.get_option("online_enabled", "1")) try: aggregator = self.core.get_plugin_of_type(AggregatorPlugin)