Revert "fix go vet issue"

This reverts commit 078e50b635846920a17a3b06c678b2b63b40677a.
This commit is contained in:
Frank Schroeder 2017-10-23 10:00:26 +02:00
parent b580f7a533
commit c5c586c7f1
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)
}
if err := a.State.SyncFull(); err != nil {
t.Fatalf("bad: %s", err)
t.Fatal("bad: %s", err)
}
if !inSync("web") {
t.Fatal("check should be in sync")