Fix tests that were introduced in PR #1398
This commit is contained in:
parent
e0d4728c5d
commit
09c5407b86
3 changed files with 22 additions and 14 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue