Sunghun Son
Results
2
comments of
Sunghun Son
Same issue here
My answer is not a proper solution but you can try it anyway. ``` python # Test the process API returns JSON results we expect def test_api_process(client): resp = client.get("/api/process")...