From 1094fcd329fc7ea73319e16dd8641ab0cf0faf41 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Wed, 22 Feb 2023 23:36:06 -0800 Subject: [PATCH] tests: add gpslogger to location config stub --- tests/tz.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tz.py b/tests/tz.py index 6d1d25a..932921b 100644 --- a/tests/tz.py +++ b/tests/tz.py @@ -96,6 +96,8 @@ def prepare(tmp_path: Path): # note: order doesn't matter, will be sorted in the data provider class via_ip: pass + class gpslogger: + pass class time: class tz: