Fix tests that were introduced in PR #1398

This commit is contained in:
William Richard 2018-01-11 14:51:42 -05:00
commit 09c5407b86
No known key found for this signature in database
GPG key ID: F7F8BA4DDBE1ABED
3 changed files with 22 additions and 14 deletions

View file

@ -192,7 +192,7 @@ class BaseResponse(_TemplateEnvironmentMixin):
return self.querystring.get('AWSAccessKeyId')
else:
# Should we raise an unauthorized exception instead?
return None
return '111122223333'
def _dispatch(self, request, full_url, headers):
self.setup_class(request, full_url, headers)