Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! feat: Implement catalog_incident api
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixhub committed Sep 18, 2024
1 parent 0407f29 commit cf6b2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/ui/src/app/Admin/CatalogItemAdmin.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('CatalogItemAdmin Component', () => {
status: 'Operational',
incident_url: '',
jira_url: '',
comments: [],
comments: JSON.stringify([]),
}
await userEvent.click(getByText('Save'));
expect(fetcher).toHaveBeenCalledWith(path, { method: 'POST', body: JSON.stringify(patch), headers: {'Content-Type': 'application/json'}});
Expand Down

0 comments on commit cf6b2a7

Please sign in to comment.