pull/715/head
Travis Fischer 2025-06-11 15:56:51 +07:00
rodzic 4ebfcd35d5
commit 12d159f51d
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -617,6 +617,9 @@ export const fixtureSuites: E2ETestFixtureSuite[] = [
}
},
{
// compareResponseBodies should result in the same cached response body,
// even though the origin would return a different `now` value if it
// weren't marked `pure`.
path: '@dev/test-everything-openapi/unpure_marked_pure',
request: {
method: 'POST',
@ -629,9 +632,6 @@ export const fixtureSuites: E2ETestFixtureSuite[] = [
'cf-cache-status': 'HIT'
}
}
// compareResponseBodies should result in the same cached response body,
// even though the origin would return a different `now` value if it
// weren't marked `pure`.
}
]
}