Comment 2 for bug 1789506

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (master)

Reviewed: https://review.openstack.org/597307
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=6e6ad0a8cea3eebe7c4ebfba01b3d7d12384f2d4
Submitter: Zuul
Branch: master

commit 6e6ad0a8cea3eebe7c4ebfba01b3d7d12384f2d4
Author: Alex Schultz <email address hidden>
Date: Tue Aug 28 16:54:33 2018 -0600

    Properly mock unlink

    I5de4d68cc2669d37e7a667209423b9ac842136ff added these tests but did not
    properly mock the unlink that can be triggered. This change mocks the
    os.unlink so it doesn't try to remove our mocked file when the tests
    run.

    Co-authored-by: Sergii Golovatiuk <email address hidden>

    Change-Id: Ica28227b011255c23e677539c5e3df33f556e1b7
    Closes-Bug: #1789506