mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-28 18:06:21 +02:00
release/v2.3 -> master (#837)
This commit is contained in:
parent
222537c26b
commit
a24df8e990
431 changed files with 244 additions and 49 deletions
|
|
@ -57,9 +57,9 @@ class TestKafkaParseTopic:
|
|||
backend._parse_topic('unknown:tg:topic')
|
||||
|
||||
def test_topic_with_flow_suffix(self, backend):
|
||||
"""Topic names with flow suffix (e.g. :default) are preserved."""
|
||||
"""Topic names with flow suffix (e.g. :default) have colons replaced with dots."""
|
||||
name, cls, durable = backend._parse_topic('request:tg:prompt:default')
|
||||
assert name == 'tg.request.prompt:default'
|
||||
assert name == 'tg.request.prompt.default'
|
||||
|
||||
|
||||
class TestKafkaRetention:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue