Skip to content

Commit

Permalink
[tests] Remove from test checking the ocean-unique-id field
Browse files Browse the repository at this point in the history
This field is not used anymore in GrimoireELK and it is not
used in the panels. It just exists in the index patterns because
it existed in GrimoireELK enriched indexes.

This field has been removed with the arthur support. Now the unique
id for all items is always uuid, the unique id coming from arthur.
  • Loading branch information
Alvaro del Castillo committed Dec 18, 2017
1 parent 02ee267 commit cf17db5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ class Schema(object):
__excluded_props += ['is_askbot_comment']
# Cache from confluence could not include this field
__excluded_props += ['is_attachment', 'is_comment', 'is_new_page']
# Old ocean unique identifier
__excluded_props += ['ocean-unique-id']

def __init__(self, schema_name):
self.schema_name = schema_name
Expand Down

0 comments on commit cf17db5

Please sign in to comment.