diff options
Diffstat (limited to 'test/py/tests/test_upl.py')
-rw-r--r-- | test/py/tests/test_upl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_upl.py b/test/py/tests/test_upl.py index 90125c4dc1b..a1ccc8df233 100644 --- a/test/py/tests/test_upl.py +++ b/test/py/tests/test_upl.py @@ -35,4 +35,4 @@ def test_upl_handoff(u_boot_console): # Check the FIT offsets look correct output = cons.run_command('ut upl -f upl_test_info_norun') - assert 'Failures: 0' in output + assert 'failures: 0' in output |