Merge branch 'master' into techdocs-common/case-sensitive-migration

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-08-12 16:28:40 +02:00
235 changed files with 5195 additions and 1068 deletions
@@ -184,7 +184,7 @@ describe('AzureBlobStoragePublish', () => {
await expect(fails).rejects.toMatchObject({
message: expect.stringContaining(
`Unable to upload file(s) to Azure. Error: Failed to read template directory: ENOENT, no such file or directory`,
'Unable to upload file(s) to Azure. Error: Failed to read template directory: ENOENT, no such file or directory',
),
});