Skip to content

Commit

Permalink
Fix http cache test
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Wong <git@clement.hk>
  • Loading branch information
kklem0 committed May 13, 2020
1 parent 33e1a04 commit 43351ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/AppFramework/Http/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public function testChainability() {
$this->assertEquals(Http::STATUS_NOT_FOUND, $this->childResponse->getStatus());
$this->assertEquals('hi', $this->childResponse->getEtag());
$this->assertEquals('Thu, 01 Jan 1970 00:00:01 +0000', $headers['Last-Modified']);
$this->assertEquals('max-age=33, must-revalidate',
$this->assertEquals('private, max-age=33, must-revalidate',
$headers['Cache-Control']);

}
Expand Down

0 comments on commit 43351ec

Please sign in to comment.