mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
MNT Fix unit test
This commit is contained in:
parent
94fa4ee1f0
commit
47b184df5d
@ -55,7 +55,7 @@ class CacheHeadersCheckTest extends SapphireTest
|
||||
new Response(200, ['Cache-Control' => 'must-revalidate', 'ETag' => '123']),
|
||||
new Response(200, ['Cache-Control' =>'no-cache', 'ETag' => '123']),
|
||||
new Response(200, ['ETag' => '123']),
|
||||
new Response(200, ['Cache-Control' =>'private, no-store', ' ETag' => '123']),
|
||||
new Response(200, ['Cache-Control' =>'private, no-store', 'ETag' => '123']),
|
||||
]);
|
||||
|
||||
$handler = HandlerStack::create($mock);
|
||||
|
Loading…
Reference in New Issue
Block a user