diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-16 15:13:01 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-16 15:13:01 -0600 |
| commit | 691e4ba30113cee3508a54fd2383e34f38b55bde (patch) | |
| tree | 51d299537a17826a1b43428ef7b5298fa1690875 /test/integration/container_test.go | |
| parent | d24708251deb598c522a67e6615d3403d65dbcdc (diff) | |
feat: render a blank html page for the dashboard
Diffstat (limited to 'test/integration/container_test.go')
| -rw-r--r-- | test/integration/container_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/container_test.go b/test/integration/container_test.go index 76e6a03..625f955 100644 --- a/test/integration/container_test.go +++ b/test/integration/container_test.go @@ -9,11 +9,11 @@ import ( "testing" "time" + "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "github.com/testcontainers/testcontainers-go" "github.com/testcontainers/testcontainers-go/wait" "github.com/xlgmokha/x/pkg/env" - "gotest.tools/v3/assert" ) func TestContainer(t *testing.T) { |
