test: verify mqtt history tables in production smoke

This commit is contained in:
lingniu
2026-07-02 01:41:08 +08:00
parent 576644eb65
commit 4e8434c511
3 changed files with 7 additions and 2 deletions

View File

@@ -77,6 +77,8 @@ class GoNativeProdSmokeTest(unittest.TestCase):
self.assertIn("gb32960.mileage_points", names)
self.assertIn("jt808.locations", names)
self.assertIn("jt808.mileage_points", names)
self.assertIn("yutong_mqtt.locations", names)
self.assertIn("yutong_mqtt.mileage_points", names)
self.assertIn("gb32960.daily_mileage", names)
self.assertIn("jt808.daily_total_mileage", names)