From c457ee0075bba7ec78a33ff68fbdfea8f053e09a Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Tue, 21 Jun 2016 16:28:26 -0700 Subject: [PATCH] agent: fix test --- command/agent/prepared_query_endpoint_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/command/agent/prepared_query_endpoint_test.go b/command/agent/prepared_query_endpoint_test.go index 9c7e540f37..2d51f80ae8 100644 --- a/command/agent/prepared_query_endpoint_test.go +++ b/command/agent/prepared_query_endpoint_test.go @@ -354,10 +354,6 @@ func TestPreparedQuery_Explain(t *testing.T) { m.explainFn = func(args *structs.PreparedQueryExecuteRequest, reply *structs.PreparedQueryExplainResponse) error { expected := &structs.PreparedQueryExecuteRequest{ - Origin: structs.QuerySource{ - Datacenter: srv.agent.config.Datacenter, - Node: srv.agent.config.NodeName, - }, Datacenter: "dc1", QueryIDOrName: "my-id", Limit: 5,