From b330c1df04135bd79ad18bf81aba02f97995324a Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 20 Jan 2024 09:11:46 +0100 Subject: Fix test failure when running the test suite (but not the individual test) --- rrd/tests/test_mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3