Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fixup calls to comput_event_signature #4510

Merged
merged 2 commits into from
Jan 29, 2019

Conversation

erikjohnston
Copy link
Member

We currently pass FrozenEvent instead of dict to
compute_event_signature, which works by accident due to dict(event)
producing the correct result.

We currently pass FrozenEvent instead of `dict` to
`compute_event_signature`, which works by accident due to `dict(event)`
producing the correct result.

This fixes PR #4493 commit 855a151
@erikjohnston erikjohnston force-pushed the erikj/fixup_compute_event_signature branch from fcb8eb6 to 0c55b77 Compare January 29, 2019 11:42
@erikjohnston erikjohnston requested a review from a team January 29, 2019 11:43
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

looks like this got broken in #4493 ?

lgtm

@codecov-io
Copy link

Codecov Report

Merging #4510 into develop will decrease coverage by <.01%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #4510      +/-   ##
===========================================
- Coverage    74.76%   74.76%   -0.01%     
===========================================
  Files          336      336              
  Lines        34180    34180              
  Branches      5559     5559              
===========================================
- Hits         25556    25554       -2     
- Misses        7048     7049       +1     
- Partials      1576     1577       +1

@erikjohnston
Copy link
Member Author

looks like this got broken in #4493 ?

Yup thanks, its in the commit comment but forgot to update the PR comment

@erikjohnston erikjohnston merged commit 2562319 into develop Jan 29, 2019
@erikjohnston erikjohnston deleted the erikj/fixup_compute_event_signature branch March 5, 2019 13:50
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