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

bug: add logging for register/unregister calls for websocket and bridges #953

Merged
merged 1 commit into from
Jul 12, 2017

Conversation

jrconlin
Copy link
Member

Closes #952

@jrconlin jrconlin force-pushed the bug/952 branch 2 times, most recently from d6e66ad to 9120782 Compare July 11, 2017 00:26
@codecov-io
Copy link

codecov-io commented Jul 11, 2017

Codecov Report

Merging #953 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #953   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          57     57           
  Lines        9608   9616    +8     
=====================================
+ Hits         9608   9616    +8
Impacted Files Coverage Δ
autopush/web/registration.py 100% <100%> (ø) ⬆️
autopush/db.py 100% <100%> (ø) ⬆️
autopush/tests/test_websocket.py 100% <100%> (ø) ⬆️
autopush/websocket.py 100% <100%> (ø) ⬆️
autopush/tests/test_endpoint.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e4a2a1...9e82e0d. Read the comment docs.

Copy link
Member

@bbangert bbangert left a comment

Choose a reason for hiding this comment

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

👍

chid=str(dummy_chid)),
headers={"Authorization": self.auth},
)

Copy link
Member

Choose a reason for hiding this comment

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

Should really check for a resp.get_status() is 200 afterwards

@pjenvey pjenvey merged commit 3f23331 into master Jul 12, 2017
@pjenvey pjenvey deleted the bug/952 branch July 12, 2017 23:27
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.

4 participants