From fa30f1ba5655b70afb6d8877bec518de3f878aa2 Mon Sep 17 00:00:00 2001 From: skpratt Date: Mon, 4 Mar 2024 17:05:11 -0600 Subject: [PATCH] add comment --- api/raw_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/raw_test.go b/api/raw_test.go index 6246e0bb40..1f75b8f3e2 100644 --- a/api/raw_test.go +++ b/api/raw_test.go @@ -34,6 +34,8 @@ type V2WriteResponse struct { Status map[string]any `json:"status"` } +// We are testing a v2 endpoint here in the v1 api module as a temporary measure to +// support v2 CRUD operations, until we have a final design for v2 api clients. func TestAPI_RawV2ExportedServices(t *testing.T) { t.Parallel() c, s := makeClientWithConfig(t, nil, func(conf *testutil.TestServerConfig) {