local state: fix go vet issue

This commit is contained in:
Frank Schroeder 2017-10-23 10:15:41 +02:00
parent a818414bb6
commit 1d2ae14719
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 1 additions and 1 deletions

View File

@ -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")