modifying CatalogImportClient.test.ts last test to test for a non-Latin text by adding an emoji to the file content field

Signed-off-by: Podge <padraig@padraigobrien.com>
This commit is contained in:
Podge
2021-04-02 18:38:04 +01:00
parent 5394703c36
commit 4ddd7b2642
@@ -307,7 +307,7 @@ describe('CatalogImportClient', () => {
await expect(
catalogImportClient.submitPullRequest({
repositoryUrl: 'https://github.com/backstage/backstage',
fileContent: 'some content',
fileContent: 'some content 🤖',
title: 'A title/message',
body: 'A body',
}),
@@ -333,7 +333,7 @@ describe('CatalogImportClient', () => {
repo: 'backstage',
path: 'catalog-info.yaml',
message: 'A title/message',
content: 'c29tZSBjb250ZW50',
content: 'c29tZSBjb250ZW50IPCfpJY=',
branch: 'backstage-integration',
});
expect(