Skip to content

Commit

Permalink
try fix, check if ci fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed May 25, 2020
1 parent 39a1cba commit 6cf521f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export class IndexPattern implements IIndexPattern {

private updateFromElasticSearch(response: any, forceFieldRefresh: boolean = false) {
if (!response.found) {
throw new SavedObjectNotFound(type, this.id, '#/management/kibana/indexPatterns');
throw new SavedObjectNotFound(type, this.id, 'kibana#/management/kibana/indexPatterns');
}

_.forOwn(this.mapping, (fieldMapping: FieldMappingSpec, name: string | undefined) => {
Expand Down

0 comments on commit 6cf521f

Please sign in to comment.