• Jérome Perrin's avatar
    patches/Publish: fix TypeError on retried request · 61bc472e
    Jérome Perrin authored
    When a request got retried after a conflict error, a:
    
        TypeError: getPublisherDeadlineValue() takes exactly 1 argument (0 given)
    
    was raised.
    
    Instead of adding a new test to cover this, run all tests from
    ZPublisher module (except a few which had suspicious errors).
    
    This actual error happened when running
    ZPublisher.tests.testPublish.testPublisher before the fix.
    61bc472e
Publish.py 7.15 KB