Selenium Python - Data-Driven Testing
Identify the error in this pytest data provider usage:
@pytest.mark.parametrize('input', [1, 2, 3])
def test_example():
assert input > 0