From 7062b57ba2d31446bf5d82e9d3a17e83db8cf85a Mon Sep 17 00:00:00 2001 From: Tanmay Jain Date: Wed, 16 Oct 2024 22:01:37 +0530 Subject: [PATCH] Fixing dynamic config testcase. --- test/cluster/dynamic_config_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cluster/dynamic_config_test.go b/test/cluster/dynamic_config_test.go index 24dd54c7..a6f7d978 100644 --- a/test/cluster/dynamic_config_test.go +++ b/test/cluster/dynamic_config_test.go @@ -812,7 +812,6 @@ var sliceConfTypeVal = map[string][]string{ "security.log.report-data-op-user": {"admin"}, "xdr.dcs._.namespaces._.ship-sets": {"testset"}, "xdr.dcs._.namespaces._.ignore-sets": {"testset"}, - "xdr.dcs._.namespaces._.ship-bins": {"testbin"}, "xdr.dcs._.namespaces._.ignore-bins": {"testbin"}, }