Skip to content

Commit bba9174

Browse files
committed
chore: removed useless test
1 parent 80b15e5 commit bba9174

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/test_scope.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,12 +1072,3 @@ def test_conversation_id_clear():
10721072

10731073
scope.clear()
10741074
assert scope.get_conversation_id() is None
1075-
1076-
1077-
def test_conversation_id_not_in_tags():
1078-
"""Test that conversation_id is stored in dedicated field, not tags."""
1079-
scope = Scope()
1080-
scope.set_conversation_id("not-in-tags-conv")
1081-
1082-
assert scope.get_conversation_id() == "not-in-tags-conv"
1083-
assert "conversation_id" not in scope._tags

0 commit comments

Comments
 (0)