state: implement SignedDataSource on HealthRequest message

This commit is contained in:
Leonard Lyubich 2020-05-11 16:12:49 +03:00
parent df9a04e542
commit ea12eabaf6
2 changed files with 14 additions and 2 deletions

View file

@ -32,6 +32,11 @@ func TestRequestSign(t *testing.T) {
return new(MetricsRequest)
},
},
{ // HealthRequest
constructor: func() sigType {
return new(HealthRequest)
},
},
}
for _, item := range items {