Skip to content

Commit

Permalink
Fix Naming
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
  • Loading branch information
mahadzaryab1 committed Oct 27, 2024
1 parent 32a1327 commit 00eef24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/query/app/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -895,13 +895,13 @@ func TestServerHTTP_TracesRequest(t *testing.T) {
expectedTrace: "/api/v3/traces/{trace_id}",
},
{
name: "same ports (legacy implementation) [no tracing]",
name: "same port (legacy implementation) [no tracing]",
httpEndpoint: ":8080",
grpcEndpoint: ":8080",
queryString: "/api/traces/123456aBC",
},
{
name: "same ports (legacy implementation) for v3 api [no tracing]",
name: "same port (legacy implementation) for v3 api [no tracing]",
httpEndpoint: ":8080",
grpcEndpoint: ":8080",
queryString: "/api/v3/traces/123456aBC",
Expand Down

0 comments on commit 00eef24

Please sign in to comment.