- Fix invalid key in config causing rogue warning

- Fix asyncio test tags
This commit is contained in:
Cyber MacGeddon 2026-04-16 09:33:12 +01:00
parent fdb52a6bfc
commit 343539b065
9 changed files with 76 additions and 43 deletions

View file

@ -72,7 +72,6 @@ def processor(mock_pulsar_client, sample_schemas):
return proc
@pytest.mark.asyncio
class TestNLPQueryProcessor:
"""Test NLP Query service processor"""