Skip to content

Commit

Permalink
enable venture and custom fields check in cross validator (#2532)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurek committed Jul 5, 2016
1 parent 799250c commit 2c2581b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ralph/cross_validator/mappers.py
Expand Up @@ -132,9 +132,8 @@ def check_asset_has_device(old, new):
'service_env': service_env_diff,
'position': ('device_info__position', 'position'),
'rack': foreign_key_diff('device_info__rack', 'rack'),
# waiting for subscriber implementation
# 'venture': foreign_key_diff('venture_role', 'configuration_path'),
# 'custom_fields': custom_fields_diff,
'venture': foreign_key_diff('venture_role', 'configuration_path'),
'custom_fields': custom_fields_diff,
},
'blacklist': ['id', 'parent_id'],
'errors_checkers': [
Expand Down

0 comments on commit 2c2581b

Please sign in to comment.