Skip to content

Conversation

honkfestival
Copy link
Member

Upstream cds-snc/covid-alert-server#176

@henrytao-me you should probably 🎩 this one 😄

maxneuvians and others added 2 commits August 28, 2020 16:26
* Add 00000 option

* Add feature flag

* Small fixes and tests
Comment on lines +100 to +113
keys = [tek(
rolling_start_interval_number: rsin,
transmission_risk_level: 8,
data: "3333333333333333",
), tek(
rolling_start_interval_number: rsin,
transmission_risk_level: 8,
data: "4444444444444444",
), tek(
rolling_start_interval_number: rsin,
transmission_risk_level: 8,
data: "5555555555555555",
),]
assert_keys(export, keys, region: 'CA', date_number: current_date_number - 15, date_range: 15)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxneuvians this assertion was missing in the original PR and it looks like there was an extra key in the keys array; the 2222222222222222 key was missing from the export.

Is that correct behaviour?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants