Skip to content

Commit 235593a

Browse files
committed
fix: unused import
Signed-off-by: SequeI <[email protected]>
1 parent 2879215 commit 235593a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/rekor-server/e2e_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import (
3636
"strconv"
3737
"strings"
3838
"testing"
39-
"os/exec"
4039

4140
"github.com/sigstore/rekor/pkg/sharding"
4241

@@ -387,4 +386,4 @@ func TestHTTPMaxRequestBodySize(t *testing.T) {
387386
if resp.StatusCode != http.StatusRequestEntityTooLarge {
388387
t.Fatalf("expected status %d, got %d instead", http.StatusRequestEntityTooLarge, resp.StatusCode)
389388
}
390-
}
389+
}

0 commit comments

Comments
 (0)