Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mozilla-services/tokenserver
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Jul 20, 2012
2 parents 116050a + 01e720d commit 85a5b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Expand Up @@ -4,7 +4,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
ifndef SPHINXBUILD
SPHINXBUILD = sphinx-build
SPHINXBUILD = ../bin/sphinx-build
endif
PAPER =
BUILDDIR = build
Expand Down
1 change: 1 addition & 0 deletions loadtest/loadtest.py
Expand Up @@ -65,6 +65,7 @@ def setUp(self):

def _do_token_exchange(self, assertion, status=200):
self.setHeader('Authorization', 'Browser-ID %s' % assertion)
self.setHeader('X-Conditions-Accepted', 'true')
res = self.get(self.root + self.token_exchange, ok_codes=[status])
self.assertEquals(res.code, status)
return res
Expand Down

0 comments on commit 85a5b3b

Please sign in to comment.