Merge "Change end date in test_update_host_reservation"
This commit is contained in:
commit
53c670470d
@ -294,7 +294,7 @@ class TestHostReservationScenario(rrs.ResourceReservationScenarioTest):
|
||||
time.sleep(75)
|
||||
|
||||
# update the lease end_time
|
||||
end_time = datetime.datetime.utcnow()
|
||||
end_time = datetime.datetime.utcnow() + datetime.timedelta(seconds=30)
|
||||
body = {
|
||||
'end_date': end_time.strftime('%Y-%m-%d %H:%M')
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user