~canonical-platform-qa/ubuntu-system-tests/command-line-dist-upgrade

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/tests/test_calls.py

  • Committer: Richard Huddie
  • Date: 2016-04-01 16:11:08 UTC
  • mfrom: (358.1.2 ubuntu-system-tests)
  • Revision ID: richard.huddie@canonical.com-20160401161108-9xbhork97mcjyqam
Fix flake8 error in _validate_call_not_on_hold.

Show diffs side-by-side

added added

removed removed

Lines of Context:
542
542
 
543
543
    def _validate_call_not_on_hold(self, sim=None):
544
544
        self.assertTrue(
545
 
            wait_until(lambda: ofono.is_call_on_hold(sim=sim) == False))
 
545
            wait_until(lambda: ofono.is_call_on_hold(sim=sim) is False))
546
546
 
547
547
    def test_call_on_hold(self):
548
548
        """