kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
4ebfcd35d5
commit
12d159f51d
|
@ -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`.
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue