mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 03:43:34 +00:00
agent: fix failing test
This commit is contained in:
parent
e06e5c5e99
commit
f5f7e401d5
@ -343,8 +343,9 @@ func TestAgentAntiEntropy_Services_ACLDeny(t *testing.T) {
|
||||
|
||||
// Verify that we are in sync
|
||||
req := structs.NodeSpecificRequest{
|
||||
Datacenter: "dc1",
|
||||
Node: agent.config.NodeName,
|
||||
Datacenter: "dc1",
|
||||
Node: agent.config.NodeName,
|
||||
QueryOptions: structs.QueryOptions{Token: out},
|
||||
}
|
||||
var services structs.IndexedNodeServices
|
||||
if err := agent.RPC("Catalog.NodeServices", &req, &services); err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user