fix typo error

This commit is contained in:
debugtalk
2018-12-04 12:07:02 +08:00
parent 2698bd6e13
commit 4e2fd846fb
3 changed files with 5 additions and 5 deletions

View File

@@ -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"