summaryrefslogtreecommitdiff
path: root/test/integration/container_test.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-16 15:13:01 -0600
committermo khan <mo@mokhan.ca>2025-04-16 15:13:01 -0600
commit691e4ba30113cee3508a54fd2383e34f38b55bde (patch)
tree51d299537a17826a1b43428ef7b5298fa1690875 /test/integration/container_test.go
parentd24708251deb598c522a67e6615d3403d65dbcdc (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.go2
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) {