Traceback (most recent call last):
File "/builds/go-push-server/simplepush_test/tests/test_args_case.py", line 118, in test_empty_args
self.validate_endpoint(ret['pushEndpoint'])
File "/builds/go-push-server/simplepush_test/pushtest/pushTestCase.py", line 74, in validate_endpoint
self.assertRegexpMatches(endpoint, r'(http|https)://./update/.')
AssertionError: Regexp didn't match: '(http|https)://./update/.' not found in u'http://localhost:8080/notify/EMPTY_ARG'
Traceback (most recent call last):
File "/builds/go-push-server/simplepush_test/tests/test_args_case.py", line 118, in test_empty_args
self.validate_endpoint(ret['pushEndpoint'])
File "/builds/go-push-server/simplepush_test/pushtest/pushTestCase.py", line 74, in validate_endpoint
self.assertRegexpMatches(endpoint, r'(http|https)://./update/.')
AssertionError: Regexp didn't match: '(http|https)://./update/.' not found in u'http://localhost:8080/notify/EMPTY_ARG'