Skip to content

Commit c357694

Browse files
committed
Simpler name
1 parent 69d79ff commit c357694

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/docker/test_env/parrot.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"testing"
66
"time"
77

8-
"github.com/google/uuid"
98
"github.com/rs/zerolog"
109
"github.com/rs/zerolog/log"
1110
tc "github.com/testcontainers/testcontainers-go"
@@ -36,7 +35,7 @@ type Parrot struct {
3635
func NewParrot(networks []string, opts ...EnvComponentOption) *Parrot {
3736
p := &Parrot{
3837
EnvComponent: EnvComponent{
39-
ContainerName: fmt.Sprintf("%s-%s", "parrot", uuid.NewString()[0:8]),
38+
ContainerName: "parrot",
4039
Networks: networks,
4140
StartupTimeout: 10 * time.Second,
4241
},

0 commit comments

Comments
 (0)