mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
fix go vet issue
This commit is contained in:
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…
x
Reference in New Issue
Block a user