Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix: ensure router_type is present in all records #527

Merged
merged 1 commit into from
Jul 17, 2016
Merged

Conversation

bbangert
Copy link
Member

It was possible previously for a corrupted record to be missing a router_type
which caused AWS ValidationError's. This change ensures all records have
a router_type and connected_at which are required values for the register
user expression condition that AWS checks.

Closes #526

@jrconlin r?

It was possible previously for a corrupted record to be missing a router_type
which caused AWS ValidationError's. This change ensures all records have
a router_type and connected_at which are required values for the register
user expression condition that AWS checks.

Closes #526
@codecov-io
Copy link

Current coverage is 100%

Merging #527 into master will not change coverage

@@           master   #527   diff @@
====================================
  Files          40     40          
  Lines        8337   8360    +23   
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
+ Hits         8337   8360    +23   
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last updated by b22fc38...aeeea3a

@jrconlin
Copy link
Member

r+

@jrconlin jrconlin merged commit a227cde into master Jul 17, 2016
@bbangert bbangert deleted the fix/issue-526 branch July 17, 2016 05:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants