mirror of https://github.com/hashicorp/consul
fix go vet issue
parent
ce935cef55
commit
078e50b635
|
@ -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