Testing Fundamentals - Testing Models and Approaches
Find the bug in this Agile test status update code:
test_results = {'login': 'pass', 'search': 'fail'}
if test_results['checkout'] == 'pass':
print('Checkout passed')
else:
print('Checkout failed')