When using HTTP Mocks for testing, you need to create a database from which you will get data from. To make sure that you keep test isolated, you should have a copy of a database for each test.
When using HTTP Mocks for testing, you need to create a database from which you will get data from. To make sure that you keep test isolated, you should have a copy of a database for each test.