diff options
author | kali <kali@leap.se> | 2013-01-24 18:47:41 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-24 18:47:41 +0900 |
commit | 9cdc193c587631986e579c1ba37a8b982be01238 (patch) | |
tree | 7d1d0b15a10e8ff4e21ca09633781bc471593976 /src/leap/base/tests/test_auth.py | |
parent | 26d1849415402a5aa826c57519d40a19cc67c059 (diff) |
all tests green again
plus:
* added soledad test requirements
* removed soledad from run_tests run (+1K tests failing)
* added option to run All tests to run_tests script
* pep8 cleanup
Diffstat (limited to 'src/leap/base/tests/test_auth.py')
-rw-r--r-- | src/leap/base/tests/test_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/base/tests/test_auth.py b/src/leap/base/tests/test_auth.py index 17b84b52..b3009a9b 100644 --- a/src/leap/base/tests/test_auth.py +++ b/src/leap/base/tests/test_auth.py @@ -55,4 +55,4 @@ class LeapSRPRegisterTests(BaseHTTPSServerTestCase, BaseLeapTest): self.assertIsInstance(srp_auth.session, requests.sessions.Session) self.assertEqual( srp_auth.get_registration_uri(), - "https://localhost:8443/1/users.json") + "https://localhost:8443/1/users") |