Commit 97fa056d authored by Łukasz Nowak's avatar Łukasz Nowak

Follow change of Cache-Control.

parent ac00c416
...@@ -54,7 +54,8 @@ class VifibSlaposRestAPIV1MixinBase(TestVifibSlapWebServiceMixin): ...@@ -54,7 +54,8 @@ class VifibSlaposRestAPIV1MixinBase(TestVifibSlapWebServiceMixin):
id_group=('slapos_rest_api_v1_test'))) id_group=('slapos_rest_api_v1_test')))
def assertCacheControlHeader(self): def assertCacheControlHeader(self):
self.assertEqual('public', self.response.getheader('Cache-Control')) self.assertEqual('must-revalidate',
self.response.getheader('Cache-Control'))
def afterSetUp(self): def afterSetUp(self):
self.setupVifibMachineAuthenticationPlugin() self.setupVifibMachineAuthenticationPlugin()
......
53 54
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment