From 985e8ad1802956879bd64f585e3f68170023863f Mon Sep 17 00:00:00 2001 From: Annika Hannig Date: Thu, 23 Nov 2023 17:24:04 +0100 Subject: [PATCH] updated test config --- pkg/config/testdata/alice.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/testdata/alice.conf b/pkg/config/testdata/alice.conf index 6e25a0d..70fba4a 100644 --- a/pkg/config/testdata/alice.conf +++ b/pkg/config/testdata/alice.conf @@ -35,7 +35,7 @@ stream_parser_throttle = 2342 store_backend = postgres -default_asn = 9999 +asn = 9999 [postgres] url = "postgres://postgres:postgres@localhost:5432/alice"