Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue where GAE Signer erroneously returns a tuple from sign() #109

Merged
merged 1 commit into from
Feb 16, 2017

Conversation

theacodes
Copy link
Contributor

/cc @matthewg

.. note::
This makes a request to the App Identity service.
"""
key_id, _ = app_identity.sign_blob(b'')

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@@ -41,6 +41,28 @@ def test_get_project_id_missing_apis():
assert excinfo.match(r'App Engine APIs are not available')


class TestSigner(object):
def test_key_id(self, app_identity_mock):

This comment was marked as spam.

This comment was marked as spam.

@dhermes dhermes mentioned this pull request Feb 15, 2017
@theacodes theacodes merged commit 5b4e9c8 into master Feb 16, 2017
@theacodes theacodes deleted the fix-gae-signer branch February 16, 2017 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants