()
| 56 | ) |
| 57 | |
| 58 | func init() { |
| 59 | dev1, _ = protocol.DeviceIDFromString("AIR6LPZ-7K4PTTV-UXQSMUU-CPQ5YWH-OEDFIIQ-JUG777G-2YQXXR5-YD6AWQR") |
| 60 | apiCfg.GUIReturns(config.GUIConfiguration{APIKey: testAPIKey, RawAddress: "127.0.0.1:0"}) |
| 61 | } |
| 62 | |
| 63 | func TestMain(m *testing.M) { |
| 64 | orig := locations.GetBaseDir(locations.ConfigBaseDir) |
nothing calls this directly
no test coverage detected