We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ac77c commit 2afedbbCopy full SHA for 2afedbb
tests/unit/test_auth.py
@@ -100,7 +100,7 @@ def test_start_session_no_access_token(self):
100
self.assertEqual(error.exception.message,
101
"Access Token missing. Cannot create session.")
102
except:
103
- self.failUnlessRaises(QuickbooksException, session_manager.start_session())
+ self.failUnlessRaises(QuickbooksException, session_manager.start_session)
104
105
self.assertEqual(session_manager.started, False)
106
0 commit comments