From e4a355e0d4504239800289c33cc1d95b6464a652 Mon Sep 17 00:00:00 2001 From: Graham Russell Date: Tue, 10 Dec 2024 11:43:12 +0000 Subject: [PATCH] fixup! Update namespace struct to including batching parameters. --- namespaces_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/namespaces_test.go b/namespaces_test.go index d3866be..c45c08e 100644 --- a/namespaces_test.go +++ b/namespaces_test.go @@ -42,7 +42,7 @@ func TestNamespaces(t *testing.T) { TlsOnly: true, ExposeTimeserial: true, BatchingEnabled: true, - BatchingPolicy: "some-policy", + BatchingPolicy: "simple", BatchingInterval: BatchingInterval(100), }