Skip to content

Commit

Permalink
Review feedback: rename test to match behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Feb 1, 2021
1 parent 6f8972b commit 0da675d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function ({ getService }: FtrProviderContext) {
});
});

it('should return 200 and import everything when overwrite parameters contains all objects', async () => {
it('should return 200 with internal server errors', async () => {
await supertest
.post('/api/saved_objects/_resolve_import_errors')
.field(
Expand Down

0 comments on commit 0da675d

Please sign in to comment.