aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-01-20 09:11:46 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-01-20 09:11:46 +0100
commitb330c1df04135bd79ad18bf81aba02f97995324a (patch)
tree22b90b7bfbd26e959ef7ae1e2a76fa08147534e7
parentfb92c041389d2eb39eb1f4192ba77ddf90e364b4 (diff)
Fix test failure when running the test suite (but not the individual test)
-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()