Skip to content

Commit

Permalink
Fix api_integration tests after merging in master
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Jan 26, 2021
1 parent 117e992 commit 7898f0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/api_integration/apis/saved_objects/bulk_create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export default function ({ getService }: FtrProviderContext) {
message: 'An internal server error occurred',
statusCode: 500,
},
coreMigrationVersion: KIBANA_VERSION, // updated from 1.2.3 to the latest kibana version
},
{
id: BULK_REQUESTS[1].id,
Expand All @@ -127,7 +126,6 @@ export default function ({ getService }: FtrProviderContext) {
message: 'An internal server error occurred',
statusCode: 500,
},
coreMigrationVersion: KIBANA_VERSION,
},
],
});
Expand Down

0 comments on commit 7898f0c

Please sign in to comment.