We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b15e5 commit bba9174Copy full SHA for bba9174
1 file changed
tests/test_scope.py
@@ -1072,12 +1072,3 @@ def test_conversation_id_clear():
1072
1073
scope.clear()
1074
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