Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #25488 from chirarobert/fix_dialer_test
Browse files Browse the repository at this point in the history
Bug 1088585 - [v2.2] Fix test_dialer_make_call jenkins failure
  • Loading branch information
phoenix1moz committed Oct 24, 2014
2 parents 3720009 + e55169f commit 83eae5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_dialer_make_call(self):
phone = Phone(self.marionette)
phone.launch()

self.assertEqual('normal', self.data_layer.current_audio_channel)
self.assertEqual('none', self.data_layer.current_audio_channel)

call_screen = phone.keypad.call_number(test_phone_number)

Expand Down

0 comments on commit 83eae5c

Please sign in to comment.