commit | c915a0267d5da2502edfb6639c9f21395b689a5a | [log] [tgz] |
---|---|---|
author | Matt Riedemann <mriedem@us.ibm.com> | Tue Aug 30 13:33:02 2016 -0400 |
committer | Matt Riedemann <mriedem@us.ibm.com> | Tue Aug 30 13:33:02 2016 -0400 |
tree | 6de16179294db9535694035028f28ecb0e37c2bc | |
parent | f7dc91dc110f6526886ba9bb27215f6078c94455 [diff] |
Fix test_trigger_crash_dump_in_locked_state_nonadmin test Patch 2a70e9688151588347664badbac5d0a59ef0f95c in the server changed the error message that comes back in the case of a locked server which breaks this test. The test is unnecessarily rigid in it's assertion, we should just be checking that we get a 409 back, not what the actual error message is, which is prone to change. Change-Id: I1fd64953e671c6c7fe1068a9c30f5a077712a9fb Closes-Bug: #1618561