From e2959d506de6067afe494315c3621b33613b5414 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Mon, 15 Mar 2021 20:18:29 +0100 Subject: added option to run with unregistered namespaces Also a few minor fixes such that server binary starts again. --- instance_test.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'instance_test.go') diff --git a/instance_test.go b/instance_test.go index 21ef808..de539a1 100644 --- a/instance_test.go +++ b/instance_test.go @@ -153,3 +153,7 @@ func TestPostHandlersRejectGet(t *testing.T) { }) } } + +// TODO: TestHandlerPath +func TestHandlerPath(t *testing.T) { +} -- cgit v1.2.3