mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
use default widget configuration to configure telemetry
This commit is contained in:
@ -26,7 +26,8 @@
|
||||
|
||||
void TestAWTelemetryHandler::initTestCase()
|
||||
{
|
||||
plugin = new AWTelemetryHandler(this, telemetryId);
|
||||
plugin = new AWTelemetryHandler(this);
|
||||
plugin->init(1, true, telemetryId);
|
||||
telemetryData = AWTestLibrary::randomString();
|
||||
telemetryGroup = AWTestLibrary::randomString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user