Skip to content

Commit

Permalink
remove review request
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Feb 18, 2025
1 parent 8e75d54 commit 358504d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/standard/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ const userPassword = 'secret1234';
describe('Cache headers', () => {
const undici = require('undici');

// REVIEW this could also be written in a JVM language to simulate Collect behaviour more closely.

const privateCacheDispatcher = new undici.Agent().compose(undici.interceptors.cache({
cacheByDefault: undefined, // do not cache responses without explicit expiration
methods: [ 'GET' ],
Expand Down

0 comments on commit 358504d

Please sign in to comment.