Comment 3 for bug 1383604

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

Reviewed: https://review.openstack.org/134214
Committed: https://git.openstack.org/cgit/openstack/zaqar/commit/?id=401213ab4f7c4f7a78f3bce4d369a3e4cbb53531
Submitter: Jenkins
Branch: master

commit 401213ab4f7c4f7a78f3bce4d369a3e4cbb53531
Author: Flavio Percoco <email address hidden>
Date: Thu Nov 13 14:49:43 2014 +0100

    Claim post requires a body

    One of the claim's test scenario used to send `None` to the server. The
    later failed to deserialize this body and the response returned 400.
    This patch removes `None` from the test scenario since a body is
    requires to created a claim to begin with.

    Change-Id: If2c6acefc84fb2b7cc5b4a26e1784b74a1ae1e22
    Closes-bug: #1383604