aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-03-15 14:59:49 +0800
committer苏向夜 <fu050409@163.com>2024-03-15 14:59:49 +0800
commita51a0d791da9e7b4e945b5338f40f9d960ad813d (patch)
treeed608cc00d518155739678a7fe386fbb41831652
parent177f59ea6c7ca6f3d9d433826b946bc96462cc42 (diff)
downloadinfini-a51a0d791da9e7b4e945b5338f40f9d960ad813d.tar.gz
infini-a51a0d791da9e7b4e945b5338f40f9d960ad813d.zip
fix(test): fix test assertion
-rw-r--r--tests/test_input.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_input.py b/tests/test_input.py
index 5f44ca1e..88a7ceb5 100644
--- a/tests/test_input.py
+++ b/tests/test_input.py
@@ -13,4 +13,4 @@ def test_new_input_with_session_id():
def test_new_input_without_session_id():
input = Input("test plain_str", variables={"user_id": "test"})
- assert input.get_session_id() == "session_unknown_test"
+ assert input.get_session_id() == "test"