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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user