You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Feeds.js in src\backend\web\routes\feeds.js and test\feeds.test.js both need to be updated
once we get protect working on the back end and we can test accordingly.
What should have happened:
Protect should be put on the post route, and this will affect the tests at the same time.
How to reproduce it (as precise as possible):
You can test by not logging in and still using the post route on our express server, this shouldn't be the case. We should not move ahead though with adding protect as it will cause tests to fail. Anything else we need to know?:
This will be a future fix.
The text was updated successfully, but these errors were encountered:
What happened:
Feeds.js in
src\backend\web\routes\feeds.js
andtest\feeds.test.js
both need to be updatedonce we get protect working on the back end and we can test accordingly.
What should have happened:
Protect should be put on the post route, and this will affect the tests at the same time.
How to reproduce it (as precise as possible):
You can test by not logging in and still using the post route on our express server, this shouldn't be the case. We should not move ahead though with adding protect as it will cause tests to fail.
Anything else we need to know?:
This will be a future fix.
The text was updated successfully, but these errors were encountered: