We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c75d2 commit 7683253Copy full SHA for 7683253
1 file changed
tests/unit/synapseclient/unit_test_client.py
@@ -141,7 +141,6 @@ def test_login__silentIsFalse(self):
141
# method under test
142
self.syn.login(silent=False, **self.login_args)
143
144
- mocked_get_user_profile.assert_called_once_with(refresh=True)
145
mocked_logger.info.assert_called_once()
146
147
def test_login__rememberMeIsTrue(self, mocker):
0 commit comments