agent: fix failing test

This commit is contained in:
Ryan Uber 2015-06-11 15:13:10 -07:00
parent e06e5c5e99
commit f5f7e401d5
1 changed files with 3 additions and 2 deletions

View File

@ -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 {