local state: fix go vet issue
This commit is contained in:
parent
a818414bb6
commit
1d2ae14719
|
@ -1037,7 +1037,7 @@ func TestAgent_UpdateCheck_DiscardOutput(t *testing.T) {
|
||||||
t.Fatalf("bad: %s", err)
|
t.Fatalf("bad: %s", err)
|
||||||
}
|
}
|
||||||
if err := a.State.SyncFull(); err != nil {
|
if err := a.State.SyncFull(); err != nil {
|
||||||
t.Fatal("bad: %s", err)
|
t.Fatalf("bad: %s", err)
|
||||||
}
|
}
|
||||||
if !inSync("web") {
|
if !inSync("web") {
|
||||||
t.Fatal("check should be in sync")
|
t.Fatal("check should be in sync")
|
||||||
|
|
Loading…
Reference in New Issue