[#85] get-service: Drop unused assemble flag
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
b8e93d4c08
commit
ac0a278a05
3 changed files with 1 additions and 14 deletions
|
@ -248,7 +248,6 @@ func TestGetLocalOnly(t *testing.T) {
|
|||
svc := &Service{cfg: new(cfg)}
|
||||
svc.log = test.NewLogger(false)
|
||||
svc.localStorage = storage
|
||||
svc.assembly = true
|
||||
|
||||
return svc
|
||||
}
|
||||
|
@ -510,7 +509,6 @@ func TestGetRemoteSmall(t *testing.T) {
|
|||
svc := &Service{cfg: new(cfg)}
|
||||
svc.log = test.NewLogger(false)
|
||||
svc.localStorage = newTestStorage()
|
||||
svc.assembly = true
|
||||
|
||||
const curEpoch = 13
|
||||
|
||||
|
@ -1644,7 +1642,6 @@ func TestGetFromPastEpoch(t *testing.T) {
|
|||
svc := &Service{cfg: new(cfg)}
|
||||
svc.log = test.NewLogger(false)
|
||||
svc.localStorage = newTestStorage()
|
||||
svc.assembly = true
|
||||
|
||||
const curEpoch = 13
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue