We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d57a8 commit aaa9900Copy full SHA for aaa9900
src/__tests__/routes.test.js
@@ -334,7 +334,7 @@ describe('API Routes', () => {
334
const res = await request(app).get('/v1/technologies');
335
expect(res.headers['access-control-allow-origin']).toEqual('*');
336
expect(res.headers['content-type']).toContain('application/json');
337
- expect(res.headers['cache-control']).toContain('no-cache');
+ expect(res.headers['cache-control']).toContain('public');
338
});
339
340
it('should include ETag headers for caching', async () => {
0 commit comments