Skip to content

Commit

Permalink
reduce the length of scenario name (#4516)
Browse files Browse the repository at this point in the history
Signed-off-by: clyang82 <[email protected]>
  • Loading branch information
clyang82 authored Aug 3, 2021
1 parent aa148f8 commit aee7c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tools_bucket_web_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestToolsBucketWebExternalPrefix(t *testing.T) {
func TestToolsBucketWebExternalPrefixAndRoutePrefix(t *testing.T) {
t.Parallel()

s, err := e2e.NewScenario("e2e_test_tools_bucket_web_external_prefix_and_route_prefix")
s, err := e2e.NewScenario("e2e_test_tools_bucket_web_and_route_prefix")
testutil.Ok(t, err)
t.Cleanup(e2ethanos.CleanScenario(t, s))

Expand Down

0 comments on commit aee7c55

Please sign in to comment.