mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
chore: fixup typo
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
a3731e6634
commit
74995384d6
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class DownloadResponseTest extends \Test\TestCase {
|
|||
$headers = $response->getHeaders();
|
||||
|
||||
$this->assertStringContainsString('attachment', $headers['Content-Disposition']);
|
||||
$this->assertStringContainsString($expected, $headers['Content-Disposition'])
|
||||
$this->assertStringContainsString($expected, $headers['Content-Disposition']);
|
||||
}
|
||||
|
||||
public static function filenameEncodingProvider() : array {
|
||||
|
|
|
|||
Loading…
Reference in a new issue