feat(server): update zenoss tickscript tid property
parent
712d344d11
commit
1ead64ab5a
|
@ -230,7 +230,7 @@ func TestAlertServices(t *testing.T) {
|
||||||
.action('a')
|
.action('a')
|
||||||
.method('b')
|
.method('b')
|
||||||
.type('c')
|
.type('c')
|
||||||
.TID(4)
|
.tid(4)
|
||||||
.device('e')
|
.device('e')
|
||||||
.component('f')
|
.component('f')
|
||||||
.eventClassKey('g')
|
.eventClassKey('g')
|
||||||
|
|
Loading…
Reference in New Issue