Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit f2f75fc

Browse files
author
Grace Yim
committed
Remove dupe test
1 parent c410e78 commit f2f75fc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/test_toopher_iframe.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,6 @@ def test_is_authentication_granted_returns_false_when_missing_keys(self):
214214
authentication_granted = self.iframe_api.is_authentication_granted(self._get_urlencoded_auth_request_postback_data(data), ToopherIframeTests.request_token)
215215
self.assertFalse(authentication_granted)
216216

217-
def test_is_authentication_granted_returns_false_when_process_postback_returns_user(self):
218-
authentication_granted = self.iframe_api.is_authentication_granted(self._get_urlencoded_user_postback_data(), ToopherIframeTests.request_token)
219-
self.assertFalse(authentication_granted)
220-
221217
def test_get_user_management_url(self):
222218
expected = 'https://api.toopher.test/v1/web/manage_user?username=jdoe&reset_email=jdoe%40example.com&expires=1300&v=2&oauth_nonce=12345678&oauth_timestamp=1000&oauth_version=1.0&oauth_signature_method=HMAC-SHA1&oauth_consumer_key=abcdefg&oauth_signature=NjwH5yWPE2CCJL8v%2FMNknL%2BeTpE%3D'
223219
self.assertEqual(expected, self.iframe_api.get_user_management_url('jdoe', 'jdoe@example.com'))

0 commit comments

Comments
 (0)