Replies: 1 comment
-
See the documentation for a bunch of examples: |
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
-
I've an application with a main like this
then I've an integration test for 'keepalive' api like this:
however this doesn't work because rocket() is not defined:
If I change the test code in this way:
it will result in a 404 because that rest api is not defined.
Which is the right way to test my rocket REST api in this case?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions