summaryrefslogtreecommitdiff
path: root/cmd/tealdbg/webdbg_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/tealdbg/webdbg_test.go')
-rw-r--r--cmd/tealdbg/webdbg_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/tealdbg/webdbg_test.go b/cmd/tealdbg/webdbg_test.go
index 76620a82f..5f340ff6a 100644
--- a/cmd/tealdbg/webdbg_test.go
+++ b/cmd/tealdbg/webdbg_test.go
@@ -23,11 +23,13 @@ import (
"net/http/httptest"
"testing"
+ "github.com/algorand/go-algorand/test/partitiontest"
"github.com/gorilla/mux"
"github.com/stretchr/testify/require"
)
func TestWebPageFrontendHandlers(t *testing.T) {
+ partitiontest.PartitionTest(t)
params := WebPageFrontendParams{
router: mux.NewRouter(),
apiAddress: "127.0.0.1:12345",