We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff7065 commit 9caeb4dCopy full SHA for 9caeb4d
1 file changed
tests/unit/api/test_Fast_API__Offline_Docs.py
@@ -290,6 +290,7 @@ def test__bug__cache_headers_for_static_resources(self):
290
#assert 'max-age=' in response.headers['cache-control'] # BUG: todo: see if we should be setting these
291
else:
292
headers_list.append('cache-control') # todo: figure out why this work in GitHub Actions and not locally
293
+ headers_list.remove('last-modified')
294
assert list_set(response.headers) == sorted(headers_list)
295
assert 'max-age=' in response.headers['cache-control']
296
0 commit comments