From d14c0f2ed7ab02fb470941752d0a027631a6a19a Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 21 Jun 2019 22:35:30 +0200 Subject: Move font from Nunito to Noto Sans Signed-off-by: Jan-Christoph Borchardt --- core/js/tests/specs/setupchecksSpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/js/tests') diff --git a/core/js/tests/specs/setupchecksSpec.js b/core/js/tests/specs/setupchecksSpec.js index b5248add984..2f28dcdaef7 100644 --- a/core/js/tests/specs/setupchecksSpec.js +++ b/core/js/tests/specs/setupchecksSpec.js @@ -145,7 +145,7 @@ describe('OC.SetupChecks tests', function() { describe('checkWOFF2Loading', function() { it('should fail with another response status code than the expected one', function(done) { - var async = OC.SetupChecks.checkWOFF2Loading(OC.filePath('core', '', 'fonts/Nunito-Regular.woff2'), 'http://example.org/PLACEHOLDER'); + var async = OC.SetupChecks.checkWOFF2Loading(OC.filePath('core', '', 'fonts/NotoSans-Regular-latin.woff2'), 'http://example.org/PLACEHOLDER'); suite.server.requests[0].respond(302); @@ -159,7 +159,7 @@ describe('OC.SetupChecks tests', function() { }); it('should return no error with the expected response status code', function(done) { - var async = OC.SetupChecks.checkWOFF2Loading(OC.filePath('core', '', 'fonts/Nunito-Regular.woff2'), 'http://example.org/PLACEHOLDER'); + var async = OC.SetupChecks.checkWOFF2Loading(OC.filePath('core', '', 'fonts/NotoSans-Regular-latin.woff2'), 'http://example.org/PLACEHOLDER'); suite.server.requests[0].respond(200); -- cgit v1.2.3