1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-08-15 08:04:19 -04:00

Added test_location to test LocationPlugin

This commit is contained in:
2021-12-07 12:35:52 -05:00
parent e0e75149a9
commit 5d6ac5cf31
3 changed files with 91 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class TestWatchListPlugin(test_plugin.TestPlugin):
watchlist_packet_keep_count=None,
watchlist_callsigns=DEFAULT_WATCHLIST_CALLSIGNS,
):
_config = aprsd_config.DEFAULT_CONFIG_DICT
_config = aprsd_config.Config(aprsd_config.DEFAULT_CONFIG_DICT)
default_wl = aprsd_config.DEFAULT_CONFIG_DICT["aprsd"]["watch_list"]
_config["ham"]["callsign"] = self.fromcall