Testing Fundamentals - Non-Functional Testing
Identify the error in this performance test script snippet:
def test_load():
users = 100
duration = "30"
start_test(users, duration)
