Skip to content

Commit

Permalink
enable test for nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Oct 25, 2024
1 parent 4d7333d commit 54fc8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/test_dsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 54fc8de

Please sign in to comment.