changeset and typo
Signed-off-by: Andrew Johnson <ajohnson@gocardless.com>
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user