From 54fc8def5af125ef8ebb6767e1f20dd631794dfd Mon Sep 17 00:00:00 2001 From: William Conti Date: Fri, 25 Oct 2024 11:46:56 -0400 Subject: [PATCH] enable test for nodejs --- tests/integrations/test_dsm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integrations/test_dsm.py b/tests/integrations/test_dsm.py index feb1d63126..84bf325482 100644 --- a/tests/integrations/test_dsm.py +++ b/tests/integrations/test_dsm.py @@ -53,7 +53,7 @@ def setup_dsm_kafka(self): self.r = weblog.get(f"/dsm?integration=kafka&queue={DSM_QUEUE}&group={DSM_CONSUMER_GROUP}") @irrelevant( - context.library in ["java", "nodejs", "dotnet"], reason="New behavior with cluster id not merged yet." + context.library in ["java", "dotnet"], reason="New behavior with cluster id not merged yet." ) def test_dsm_kafka(self): assert self.r.text == "ok"