drivers/mock: fix plugin name
Was mock_driver before plugins, so keep the name.
This commit is contained in:
parent
fd2db90569
commit
64605a3957
|
@ -21,7 +21,7 @@ import (
|
|||
|
||||
const (
|
||||
// pluginName is the name of the plugin
|
||||
pluginName = "mock"
|
||||
pluginName = "mock_driver"
|
||||
|
||||
// fingerprintPeriod is the interval at which the driver will send fingerprint responses
|
||||
fingerprintPeriod = 500 * time.Millisecond
|
||||
|
|
Loading…
Reference in a new issue