Skip to content

Commit

Permalink
Fix e2e env name to comply with new rules
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Oct 6, 2022
1 parent 634e2bb commit 717ced7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ func TestSidecarPushdownSubquery(t *testing.T) {
t.Parallel()

// Build up.
e, err := e2e.NewDockerEnvironment("pushdown_subq")
e, err := e2e.NewDockerEnvironment("pushdown-subq")
testutil.Ok(t, err)
t.Cleanup(e2ethanos.CleanScenario(t, e))

Expand Down

0 comments on commit 717ced7

Please sign in to comment.