mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
fix typo error
This commit is contained in:
@@ -44,7 +44,7 @@ class TestContext(ApiServerUnittest):
|
||||
self.assertEqual(variables_mapping["data"], '{"name": "user1", "password": "123456"}')
|
||||
|
||||
def test_update_seesion_variables(self):
|
||||
self.context.update_seesion_variables({"TOKEN": "debugtalk"})
|
||||
self.context.update_session_variables({"TOKEN": "debugtalk"})
|
||||
self.assertEqual(
|
||||
self.context.session_variables_mapping["TOKEN"],
|
||||
"debugtalk"
|
||||
|
||||
Reference in New Issue
Block a user