Test function behavior with monkeypatched environment variable
Preconditions (2)
Step 1: Use the monkeypatch fixture to set the environment variable 'API_KEY' to 'test123'
Step 2: Call the function that reads 'API_KEY'
Step 3: Verify the function returns 'test123'
✅ Expected Result: The function returns the monkeypatched environment variable value 'test123'