From 691e4ba30113cee3508a54fd2383e34f38b55bde Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 16 Apr 2025 15:13:01 -0600 Subject: feat: render a blank html page for the dashboard --- test/integration/container_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration/container_test.go') 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) { -- cgit v1.2.3