Merge pull request #6586 from ntgussoni/feature/show-catalog-errors
Show catalog-parsing related errors in entity page
This commit is contained in:
@@ -311,7 +311,7 @@ describe('github-deployments', () => {
|
||||
|
||||
expect(
|
||||
await rendered.findByText(
|
||||
'Warning: No apiBaseUrl available for host my-github-3.com, please check your integrations config',
|
||||
'Error: No apiBaseUrl available for host my-github-3.com, please check your integrations config',
|
||||
),
|
||||
).toBeInTheDocument();
|
||||
});
|
||||
@@ -336,7 +336,7 @@ describe('github-deployments', () => {
|
||||
|
||||
expect(
|
||||
await rendered.findByText(
|
||||
'Warning: No matching GitHub integration configuration for host my-github-unknown.com, please check your integrations config',
|
||||
'Error: No matching GitHub integration configuration for host my-github-unknown.com, please check your integrations config',
|
||||
),
|
||||
).toBeInTheDocument();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user