Skip to content

Commit

Permalink
we don't need a private key here
Browse files Browse the repository at this point in the history
  • Loading branch information
phbnf committed Nov 19, 2024
1 parent 0ef5be5 commit f853ecd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions storage/aws/aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ var (
isMySQLTestOptional = flag.Bool("is_mysql_test_optional", true, "Boolean value to control whether the MySQL test is optional")
)

const (
// Matching public key: "transparency.dev/tessera/example+ae330e15+ASf4/L1zE859VqlfQgGzKy34l91Gl8W6wfwp+vKP62DW"
testPrivateKey = "PRIVATE+KEY+transparency.dev/tessera/example+ae330e15+AXEwZQ2L6Ga3NX70ITObzyfEIketMr2o9Kc+ed/rt/QR"
)

// TestMain parses flags.
func TestMain(m *testing.M) {
klog.InitFlags(nil)
Expand Down

0 comments on commit f853ecd

Please sign in to comment.