mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-07 08:34:40 -04:00
update the keepalive for kiss
This commit is contained in:
@@ -270,7 +270,7 @@ class TestTCPKISSDriver(unittest.TestCase):
|
||||
|
||||
def test_stats_serializable(self):
|
||||
"""Test stats with serializable=True converts datetime to ISO format."""
|
||||
self.driver.keepalive = datetime.datetime.now()
|
||||
self.driver._keepalive = datetime.datetime.now()
|
||||
|
||||
stats = self.driver.stats(serializable=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user