Skip to content

Commit aaa9900

Browse files
committed
test fix
1 parent 99d57a8 commit aaa9900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/routes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ describe('API Routes', () => {
334334
const res = await request(app).get('/v1/technologies');
335335
expect(res.headers['access-control-allow-origin']).toEqual('*');
336336
expect(res.headers['content-type']).toContain('application/json');
337-
expect(res.headers['cache-control']).toContain('no-cache');
337+
expect(res.headers['cache-control']).toContain('public');
338338
});
339339

340340
it('should include ETag headers for caching', async () => {

0 commit comments

Comments
 (0)