File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package main
33import (
44 "embed"
55 "fmt"
6- "github.com/smartcontractkit/chainlink-testing-framework/framework/components/s3provider"
76 "io/fs"
87 "log"
98 "os"
@@ -14,6 +13,7 @@ import (
1413 "github.com/urfave/cli/v2"
1514
1615 "github.com/smartcontractkit/chainlink-testing-framework/framework"
16+ "github.com/smartcontractkit/chainlink-testing-framework/framework/components/s3provider"
1717)
1818
1919//go:embed observability/*
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import (
1212 "github.com/docker/go-connections/nat"
1313 "github.com/minio/minio-go/v7"
1414 "github.com/minio/minio-go/v7/pkg/credentials"
15+
1516 "github.com/smartcontractkit/chainlink-testing-framework/framework"
1617 tc "github.com/testcontainers/testcontainers-go"
1718 tcwait "github.com/testcontainers/testcontainers-go/wait"
You can’t perform that action at this time.
0 commit comments