Make "arrows" tests less dependent on environment

This commit is contained in:
nvbn
2015-09-06 01:24:29 +03:00
parent 22eac045c8
commit 5cfd493d05
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ def test_with_confirmation(proc, TIMEOUT):
@pytest.mark.once_without_docker
def test_select_command_with_arrows(proc, TIMEOUT):
select_command_with_arrows(proc, TIMEOUT)
history_changed(proc, TIMEOUT, u'git push')
history_changed(proc, TIMEOUT, u'git help')
@pytest.mark.functional