aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rrd/tests/test_mqtt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rrd/tests/test_mqtt.py b/rrd/tests/test_mqtt.py
index 66ced97..68a168e 100644
--- a/rrd/tests/test_mqtt.py
+++ b/rrd/tests/test_mqtt.py
@@ -7,7 +7,7 @@ from django.conf import settings
from .. import models, mqtt
-class TestMQTT(django.test.TestCase):
+class TestMQTT(django.test.TransactionTestCase):
def setUp(self):
self.mqtt = mqtt.MQTTClient()
self.mqtt.loop_start()