changeset and typo

Signed-off-by: Andrew Johnson <ajohnson@gocardless.com>
This commit is contained in:
Andrew Johnson
2021-04-06 14:00:58 +01:00
parent 8e554c649a
commit f5a916c497
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-github-deployments': patch
---
Support for GitHub Enterprise with GithubDeploymentsPlugin
@@ -195,7 +195,7 @@ describe('github-deployments', () => {
)).toBeInTheDocument();
});
it('shows error when baseApiURL does not exist forr host', async () => {
it('shows error when baseApiURL does not exist for host', async () => {
worker.use(
graphql.query('deployments', (_, res, ctx) =>
res(ctx.data(responseStub)),