mirror of https://github.com/status-im/consul.git
Revert "local state: fix TestAgentAntiEntropy_EnableTagOverride"
This reverts commit 86f7ea6013
.
This commit is contained in:
parent
9fdea75d99
commit
39615cb57b
|
@ -246,9 +246,6 @@ func TestAgentAntiEntropy_EnableTagOverride(t *testing.T) {
|
|||
EnableTagOverride: true,
|
||||
}
|
||||
a.State.AddService(srv1, "")
|
||||
if err := a.State.SyncChanges(); err != nil {
|
||||
t.Fatalf("err: %v", err)
|
||||
}
|
||||
srv1_mod := new(structs.NodeService)
|
||||
*srv1_mod = *srv1
|
||||
srv1_mod.Port = 7100
|
||||
|
|
Loading…
Reference in New Issue