~nataliabidart/magicicada-server/clean-deps-for-stable

« back to all changes in this revision

Viewing changes to magicicada/server/testing/aq_helpers.py

  • Committer: Natalia
  • Date: 2017-04-22 21:07:36 UTC
  • Revision ID: natalia.bidart@ubuntu.com-20170422210736-z6jl2p2v6fklfm0c
- Unified settings into a single file.
- Removed uneeded dependencies.
- Removed every outdated reference to "oauth".

Show diffs side-by-side

added added

removed removed

Lines of Context:
332
332
                                                  0,  # port
333
333
                                                  "localhost", self.port,
334
334
                                                  "ssl-proxy-test", 0)
335
 
        self.patch(settings.ssl_proxy, 'HEARTBEAT_INTERVAL',
336
 
                   self.ssl_proxy_heartbeat_interval)
 
335
        self.patch(
 
336
            settings, 'HEARTBEAT_INTERVAL', self.ssl_proxy_heartbeat_interval)
337
337
        yield self.ssl_service.startService()
338
338
 
339
339
        if os.path.exists(self.tmpdir):