Skip to content

Commit

Permalink
e2e: remove other s3 clients from cluster type
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Sep 17, 2024
1 parent e9a5db5 commit 5dbef58
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 86 deletions.
6 changes: 2 additions & 4 deletions internal/test/e2e/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ type TestCluster struct {
Autopilot *autopilot.Client
Bus *bus.Client
Worker *worker.Client
S3 *minio.Client
S3Aws *s3TestClient
S3 *s3TestClient

workerShutdownFns []func(context.Context) error
busShutdownFns []func(context.Context) error
Expand Down Expand Up @@ -423,8 +422,7 @@ func newTestCluster(t *testing.T, opts testClusterOptions) *TestCluster {
Autopilot: autopilotClient,
Bus: busClient,
Worker: workerClient,
S3: s3Client,
S3Aws: &s3TestClient{s3AWSClient},
S3: &s3TestClient{s3AWSClient},

workerShutdownFns: workerShutdownFns,
busShutdownFns: busShutdownFns,
Expand Down
Loading

0 comments on commit 5dbef58

Please sign in to comment.