diff options
Diffstat (limited to 'middleware/trace/setup_test.go')
-rw-r--r-- | middleware/trace/setup_test.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/middleware/trace/setup_test.go b/middleware/trace/setup_test.go index b565cd5d1..3c12b76e4 100644 --- a/middleware/trace/setup_test.go +++ b/middleware/trace/setup_test.go @@ -8,12 +8,12 @@ import ( func TestTraceParse(t *testing.T) { tests := []struct { - input string - shouldErr bool - endpoint string - every uint64 - serviceName string - clientServer bool + input string + shouldErr bool + endpoint string + every uint64 + serviceName string + clientServer bool }{ // oks {`trace`, false, "http://localhost:9411/api/v1/spans", 1, `coredns`, false}, |