Skip to content

Commit

Permalink
Format issues
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <[email protected]>
  • Loading branch information
rubenvp8510 committed Dec 7, 2023
1 parent eb5c375 commit 7f7a28e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ func TestAllInOne(t *testing.T) {
name: "s3",
configFile: configAllInOneS3,
},
/*{
{
name: "azure",
configFile: configAllInOneAzurite,
},
{
name: "gcs",
configFile: configAllInOneGCS,
},*/
},
}

for _, tc := range testBackends {
Expand Down
1 change: 0 additions & 1 deletion integration/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ func SearchAndAsserTagsBackend(t *testing.T, client *httpclient.Client, start, e
resp, err = client.SearchTagsWithRange(start, end)
require.NoError(t, err)
require.True(t, len(resp.TagNames) > 0)

}

func traceIDInResults(t *testing.T, hexID string, resp *tempopb.SearchResponse) bool {
Expand Down

0 comments on commit 7f7a28e

Please sign in to comment.