diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-01-20 09:11:46 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-01-20 09:11:46 +0100 |
commit | b330c1df04135bd79ad18bf81aba02f97995324a (patch) | |
tree | 22b90b7bfbd26e959ef7ae1e2a76fa08147534e7 /rrd/tests | |
parent | fb92c041389d2eb39eb1f4192ba77ddf90e364b4 (diff) |
Fix test failure when running the test suite (but not the individual test)
Diffstat (limited to 'rrd/tests')
-rw-r--r-- | rrd/tests/test_mqtt.py | 2 |
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() |