From f904bf312c08dfb0c81783e892560e49a5d87221 Mon Sep 17 00:00:00 2001 From: Thais Siqueira Date: Wed, 15 Mar 2017 11:10:46 -0300 Subject: [#924] Fix typo on bonafide session variable name. with @anikarni --- service/test/unit/resources/test_backup_account_resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/unit/resources') diff --git a/service/test/unit/resources/test_backup_account_resource.py b/service/test/unit/resources/test_backup_account_resource.py index e169062e..2e676d9b 100644 --- a/service/test/unit/resources/test_backup_account_resource.py +++ b/service/test/unit/resources/test_backup_account_resource.py @@ -53,7 +53,7 @@ class TestBackupAccountResource(unittest.TestCase): d = self.web.get(request) def assert_update_recovery_code_called(_): - mock_account_recovery_init.assert_called_with(self.resource._authenticator.bonafide_sesssion) + mock_account_recovery_init.assert_called_with(self.resource._authenticator.bonafide_session) mock_account_recovery.update_recovery_code.assert_called() d.addCallback(assert_update_recovery_code_called) -- cgit v1.2.3