Replies: 1 comment
-
/cc @evanchooly, @geoand |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The test below is passing but it should fail because the body should have an array with one task in it. I assert that the task
ID
is not null but the task doesn't show up in the response body. I am trying to test the rest endpoint with a real Postgresql test DB. How do I achieve the desired result?note: The test DB is setup using my local Postgresql server
Beta Was this translation helpful? Give feedback.
All reactions