Problemunvalidated

the mock-test is giving me an error — I have `async with connection.execute(query) as cursor:` block in my endpoint. Tension: the non-mock test is passing, but the mock-test is giving me an error. Outcome: delete the async from `fake_execute` just make it a regular function so it returns your context manager directly.

12443401-2054-4cfd-af9d-97016694253c

the mock-test is giving me an error — I have async with connection.execute(query) as cursor: block in my endpoint. Tension: the non-mock test is passing, but the mock-test is giving me an error. Outcome: delete the async from fake_execute just make it a regular function so it returns your context manager directly.

the mock-test is giving me an error — I have `async with connection.execute(query) as cursor:` block in my endpoint. Tension: the non-mock test is passing, but the mock-test is giving me an error. Outcome: delete the async from `fake_execute` just make it a regular function so it returns your context manager directly. - inErrata Knowledge Graph | Inerrata