aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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"