Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
sauropod is super sensible to trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
billrest committed Dec 12, 2011
1 parent 70c5ab4 commit 85a23cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadtest/simple.py
Expand Up @@ -33,7 +33,7 @@ def test_something(self):

def start_session(self):
uid = 'user%d@moz.com' % random.randint(0, self.vusers-1)
audience = 'http://myapps.mozillalabs.com/'
audience = 'https://myapps.mozillalabs.com'
assertion = vep.DummyVerifier.make_assertion(uid, audience)
params = [['audience', audience],
['assertion', assertion]]
Expand Down

0 comments on commit 85a23cc

Please sign in to comment.