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

chore: bump to the latest twisted per CVE-2019-12387 #1337

Merged
merged 1 commit into from
Jun 25, 2019
Merged

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Jun 24, 2019

and adapt tests to it

Closes #1336

@pjenvey pjenvey requested review from jrconlin and fzzzy June 24, 2019 23:16
@pjenvey pjenvey changed the title chore: bump to the latest twisted chore: bump to the latest twisted per CVE-2019-12387 Jun 24, 2019
@codecov-io
Copy link

codecov-io commented Jun 24, 2019

Codecov Report

Merging #1337 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1337      +/-   ##
==========================================
+ Coverage   99.79%   99.79%   +<.01%     
==========================================
  Files          64       64              
  Lines       10415    10422       +7     
==========================================
+ Hits        10394    10401       +7     
  Misses         21       21
Impacted Files Coverage Δ
autopush/tests/test_integration.py 100% <100%> (ø) ⬆️
autopush/tests/test_gcmclient.py 100% <100%> (ø) ⬆️
autopush/tests/test_fcmclient.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 5d7fff7...2a8c643. Read the comment docs.

@@ -96,8 +96,8 @@ def test_fail_401(self):
def test_fail_500(self):
self._m_response.code = 500
content = "OMG"
self._m_response.headers.addRawHeader('Retry-After', 123)
self._m_response.headers.addRawHeader('Retry-After', "123")
Copy link
Member

Choose a reason for hiding this comment

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

Well, I guess "Yay for consistency!" and all.

@pjenvey pjenvey merged commit 3f9c5d0 into master Jun 25, 2019
@pjenvey pjenvey deleted the chore/1336 branch June 25, 2019 04:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update twisted
3 participants