fix windows master build

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-09-16 11:56:58 +02:00
parent 639a7ed79c
commit 44b87836d8
@@ -280,7 +280,7 @@ describe('AwsS3UrlReader', () => {
const files = await response.files();
const body = await files[0].content();
expect(body.toString()).toBe('site_name: Test\n');
expect(body.toString().trim()).toBe('site_name: Test');
});
});
});